作者:
poeta (鍵盤詩人)
2016-09-10 01:48:55底下是一個預設的template,去後台選擇後,會顯示出網誌的內容。
01 <div id="primary">
02 <div id="content" role="main">
03 <?php while ( have_posts() ) : the_post(); ?>
04 <?php get_template_part( 'content', 'page' ); ?>
05 <?php comments_template( '', true ); ?>
06 <?php endwhile; // end of the loop. ?>
07 </div><!