//The args $args = array( 'cat' => 61 //这是分类ID,也可以用array给一组ID ); // The Result $naruco= new WP_Query( $args ); if ( $naruco-> have_posts() ) { // The Loop while ( $naruco-> have_posts() ) : $naruco->the_post(); echo '
说的全在注释里了。