メインループ

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <!-- ループ処理(例) -->
    <a href="<?php the_permalink() ?>"><?php the_title(); ?></a>
<?php endwhile; endif; ?>

サブループ


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS