0
未定義功能get_header()我剛剛下載一個新的模板,當我想嘗試它,我得到了一個致命的錯誤:錯誤呼叫在
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();
?>
嘗試添加變量的功能呢? IE'$ SMTheme-> get_header();' – andyroo 2014-09-25 08:54:33