ループの書き方のメモ
<?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : the_post(); ?> <!-- なにかの処理 ... --> <?php endwhile; ?> <?php endif; ?>
投稿日
カテゴリー:
投稿者:
hal
タグ:
This site uses Akismet to reduce spam. Learn how your comment data is processed.
コメントを残す