一覧ページの表示ループ
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> ここが繰り返し <?php endwhile; else: ?> 中身がない時 <?php endif; ?>
-
前の記事
WP-PageNaviの設定&カスタマイズ 2016.11.08
-
次の記事
query_posts で指定できるパラメーター 2016.11.08
WPなど案件構築覚書
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> ここが繰り返し <?php endwhile; else: ?> 中身がない時 <?php endif; ?>