标签: wordpress
$args = array( 'posts_per_page'=>4, 'order_by' => 'post_date', 'order' => 'DESC' ); $the_query = new Wp_Query($args);
它显示4帖子,但加载wp_query所有帖子。 如何在Wp_Query中仅加载4个帖子