最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

wordpress - Load Divi global header and footer on external php page - Stack Overflow

programmeradmin2浏览0评论

I'm using the Divi theme and wanted to load the header and footer on an external php page.

I have tried the following code but it loads the default header and footer:

<?php
require($_SERVER['DOCUMENT_ROOT']."/wp-load.php");
get_header();

//
// my other php content
//

get_footer();
?>

How can I load the header and footer from the Divi theme?

发布评论

评论列表(0)

  1. 暂无评论