以下のコードでは、「posts_per_page」の値に「3」を指定しているので、whileのループが3回で終わります。 <?php query_posts('posts_per_page=3'); ?> ...
確定! 回上一頁