更新 2019 / 03 / 11
特定の固定ページのタイトル
特定の固定ページのタイトルを取得する方法。
<?php echo get_post_meta($post->ID,'_my_extend_editor',true);?>
<div class="top_sec05_img"<?php if(has_post_thumbnail(投稿記事のID)): ?> style="background: url(<?php echo get_the_post_thumbnail_url(投稿記事のID); ?>) no-repeat center center;background-size: cover;"<?php endif; ?>></div>