将 WordPress 页眉和页脚插入 PHP 站点
我实际上有一个工作子目录文件夹网页。我想在页面中包含 wordpress 标题。我该怎么做?
示例:
主站点/ WordPress 站点:butternjam.com 我想要有 WordPress 页眉和页脚的网站。 :butternjam.com/directory
中的文件有 php 文件,如何在该页面中实现我的 WordPress 页眉和页脚?
I practically have a working sub-directory folder webpage. I would like to have the wordpress header in the page.how can I do this?
example:
main-site/ a wordpress site: butternjam.com
site that I would like to have wordpress header and footer. : butternjam.com/directory
the files in there are php files how can I implement my wordpress header and footer into this page?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保页眉和页脚分别名为 header.php 和 footer.php
Make sure that the header and footer are called header.php and footer.php