您可以使用模板。你只需要复制文件header.php
并使用页面的slug调用新文件testimonials
. 需要2个新文件:
header-testimonials.php
和front-page.php
.
然后,您可以使用get_header(\'testimonials\');
请参见template hierarchy. 只需确保推荐信是你的头版。
EDIT: 关于首页(网站的第一页),WP查看你的主题,第一个被调用的文件是front-page.php
. 大多数时候,WP博客都会将首页设置为帖子页面(阅读设置)。
在这里,您可以将另一个文件设置为自定义头并调用它front-page.php
它将自动出现在头版。
您还可以在main中插入一些条件标记header.php
但最好使用front-page.php
剪切头版时。