我正在尝试将静态HTML模板转换为WordPress模板。当我尝试加载index.php
时,我从header.php
收到以下错误:
致命错误:在第1行的C:\ xampp \ htdocs \ site_name \ wp-content \ themes \ template_name \ features.php中调用未定义的函数get_header()
我已经搜索了一个解决方案,但没有找到解决方案。如果有人能帮我解决这个问题,我真的很感激。
N.B:
以下是我的header.php
文件的代码:
<li><a href="<?php bloginfo('template_directory'); ?>/features.php">Features</a></li>
以下是features.php
文件
<?php get_header(); ?>
<div class="container">
<div class="row signin_visitor_you">
<div class="row signin_visitor_you_top">
....