if ( have_posts() ) :
while ( have_posts() ) :
the_post();
global $post;
// 省略
the_post_thumbnail( ‘large’ );
// 省略
if ( have_posts() ) :
while ( have_posts() ) :
the_post();
global $post;
// 省略
the_post_thumbnail( ‘large’ );
// 省略