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