Because the naming convention is matter. 您可以为不同的页面创建新模板,并将其命名为“page.php“并在标题部分为其命名:
<?php
/**
* Template name: Different page tempate
*/
get_header(); ?>
<div class="yourclass">
<!-- Your different template code should go here -->
</div>
<?php
get_footer();
完成后,请转到页面>添加新内容(&A);在右侧边栏上,您将在“模板”下拉列表下看到新模板名称。选择它作为新页面模板并发布。