カテゴリー
wordpress

アイキャッチ取得

$eyecatchId = get_post_thumbnail_id();
$eyecatch = wp_get_attachment_image_src( $eyecatchId, 'large' );
$eyecatchSrc = $eyecatch[0];

テンプレートタグ/get post thumbnail id