php // WP_Query 所使用的参数 $args = array( 'posts_per_page' => 3 ); // 调用WP_Query 新建文章查询. $the_query = new WP_Query( $args ); if ( $ ...
確定! 回上一頁