投稿ページのサムネイルキャプションを取得して出力

<figcaption><?php $caption = get_the_post_thumbnail_caption( $_post ); echo $caption; ?></figcaption>

 

ページトップへ移動