【包括自定义位置的页眉和页脚】是否可以将wordpress标头包含在位于文件夹中的php文件中, 例如:wp-content / uploads / custom.php?
#1你可以利用此文档:将WordPress与你的网站集成
在你的情况下, 你可以创建文件content.php并添加以下代码, 我刚刚在我的网站上尝试了此方法, 它的工作原理是:
<
?php
$path = $_SERVER['DOCUMENT_ROOT'];
// Gets the root directory URL
$path .= '/domain_dir';
// Appends your WordPress installation URL
require( dirname($path) . '/wp-blog-header.php');
// Require this to execute get_header();
get_header();
// Executes header.php
?>
推荐阅读
- 在发布meta-box中,如何使post_status以某些用户为条件
- 包括自定义php页面到wordpress,不会出现404错误
- 在无限滚动的WordPress帖子中包含脚本
- 在WordPress导航中实现当前HTML
- 显示选项卡的图像按钮
- 我必须删除在一侧的网站页面标题上显示的小三角形组件外观
- 我的wordpress网站顶部有一个随机的”t”,但它不在任何主题文件中
- linu运维(一次linux重启时间过长的排查)
- 一k8s基础环境搭建