【发布时间】:2014-09-25 08:52:38
【问题描述】:
我刚刚下载了一个新模板,当我想尝试它时,我收到了一个致命错误:
Fatal error: Call to undefined function get_header()
这是我的 index.php
<?php
global $SMTheme;
get_header();
get_template_part('theloop');
get_template_part('navigation');
get_footer();
?>
【问题讨论】:
-
尝试将变量添加到函数中?即
$SMTheme->get_header();