46 <?php $featured_query = new WP_Query('category_name=featured&showposts=1'); while ($featured_query->have_posts()) : $featured_query->the_post(); ...
確定! 回上一頁