目次 非表示
//page-{slug}.phpで登録
//Template Nameで登録、あとは同じ
<?php
/*
Template Name:管理画面の編集用の名前
*/
?>
<?php if (have_posts()): ?>
<?php while (have_posts()):
the_post(); ?>
<?php the_content(); ?>
<?php endwhile; ?>
<?php endif; ?>
//固定ページの編集からテンプレートを選択