よく忘れるので、以前チャットワークで教えてもらった時のをメモメモ。
テーマフォルダのfunctions.phpに
///////////////////////////////
function mytheme() {
add_theme_support( ‘post-thumbnails’ );
}
add_action( ‘after_setup_theme’, ‘mytheme’ );
///////////////////////////////////////////////
を足す
///////////////////////////////
function mytheme() {
add_theme_support( ‘post-thumbnails’ );
}
add_action( ‘after_setup_theme’, ‘mytheme’ );
///////////////////////////////////////////////
を足す
wordpressのバージョンの違いかなんかでアイキャッチが最初から表示されてたり、テーマフォルダ毎に表示されたりされなかったりとかなんとか。
表示されない条件は調べてないので分からないですが、とりあえず対処法だけメモメモ。