アイキャッチ呼び出し

アイキャッチ呼び出し
<?php  if ( has_post_thumbnail() ) {
    the_post_thumbnail();
}?>