HighLab

アイキャッチ画像の取得

  • 公開日:
  • 更新日:
  • 文字数:132文字
<?php if(has_post_thumbnail()): ?>
        <?php the_post_thumbnail('my_thumbnail_large'); ?>
      <?php endif;?>