【发布时间】: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