It's simple.You can following code bellow and add in functions.php file. !--add_action( 'parse_query','changept' );if( !function_exists( "changet" ) ) { function changept() { if( is_category() && !is_admin() ) set_query_var( 'post_type', array( 'post', 'your post type' ) ); return; }--> It's work 100% ...
Nhãn:
Wordpress tips