【发布时间】:2020-06-01 21:49:49
【问题描述】:
Wordpress index.php 错误
<?php
get_header();
get_content();
get_footer();
?>
footer.php 没有显示,当我删除get_content() 页脚时工作正常。
【问题讨论】:
-
你能检查一下 content.php 文件中可能导致错误的内容吗?可能是页脚的两次调用???
-
请添加您的page.php文件的代码