<?php //定義要顯示的文章範圍查詢 query_posts('posts_per_page=5'); //文章迴圈 if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <!-- ...
確定! 回上一頁