アイキャッチ画像の取得
Highneeds
<?php if(has_post_thumbnail()): ?>
<?php the_post_thumbnail('my_thumbnail_large'); ?>
<?php endif;?>
<?php if(has_post_thumbnail()): ?>
<?php the_post_thumbnail('my_thumbnail_large'); ?>
<?php endif;?>