I need to set the post_per_page to display only 1 post here's the code I use: <?php $yell = new WP_Query(array('posts_per_page' => 1,'post_type' => 'items', ...
確定! 回上一頁