将 WordPress 页眉和页脚插入 PHP 站点

发布于 2024-11-16 14:20:56 字数 208 浏览 0 评论 0原文

我实际上有一个工作子目录文件夹网页。我想在页面中包含 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦屿孤独相伴 2024-11-23 14:20:56
<?php get_header(); ?>
<?php get_footer(); ?>

确保页眉和页脚分别名为 header.php 和 footer.php

<?php get_header(); ?>
<?php get_footer(); ?>

Make sure that the header and footer are called header.php and footer.php

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文