ループはここから始まり、
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
ここで終わる。
<?php endwhile; else : ?>
<p><?php _e( 'Sorry, no posts matched your criteria.' ); ?></p>
<?php endif; ?>
ループはここから始まり、
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
ここで終わる。
<?php endwhile; else : ?>
<p><?php _e( 'Sorry, no posts matched your criteria.' ); ?></p>
<?php endif; ?>