【问题标题】:include header file out of themes folder wordpress从主题文件夹wordpress中包含头文件
【发布时间】:2013-11-13 10:09:07
【问题描述】:

我在“website/order.php”中有一个文件 order.php。

问题

我想将 header.php 文件包含在 website/wp-content/themes/template/header.php 中的 order.php 文件中。我在 order.php 文件中使用此代码,但它不起作用

include('wp-content/themes/business/header.php');

【问题讨论】:

    标签: wordpress header include themes


    【解决方案1】:

    您可以编写以下代码:

    include "wp-load.php";
     get_header();
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-06-30
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多