アイキャッチ画像 表示

functions.phpで、下記のように追加
/* アイキャッチ画像 */
add_theme_support( ‘post-thumbnails’ );

ページ内で表示する場合は下記のコードを挿入
<?php the_post_thumbnail(); ?>