Here's the code: <?php // first query - one post $args = array( 'cat' => 2, 'posts_per_page' => 1 ); // ...
確定! 回上一頁