网上下的模板运行报错

WBOY
发布: 2016-06-23 14:11:54
原创
1046 人浏览过

网上下的模板运行报错:
Fatal error: Call to undefined function do_atomic() in C:\wamp\www\zenith\index.php on line 11

怎么看这个模板所需要的函数都放在哪里的?index。php页面并没有require什么页面啊。
弄了一个晚上了,也不知道哦错在哪里


回复讨论(解决方案)

index。php代码如下:

 // zenith_before_content 







 // zenith_before_entry 

" class="">

// zenith_open_entry 


' . __( '[entry-edit-link] [entry-published] [entry-author] [entry-comments-link]', 'zenith' ) . '
' ); ?>





→', 'zenith' ) ); ?>
 '

' . __( 'Pages:', 'zenith' ), 'after' => '

' ) ); ?>





' . __( '[entry-terms taxonomy="category" separator=""] [entry-terms taxonomy="post_tag" separator=""]', 'zenith' ) . '
' ); ?>



// zenith_close_entry 



 // zenith_after_entry 









 // zenith_close_content 

// Loads the loop-nav.php template.



// zenith_after_content 

 // Loads the footer.php template. 

没有这个方法么....
do_atomic

全部文档搜索一下
do_atomic

然后引用那个文件.

引用的话,是require_once那个文件?

print_r(get_included_files()); //查看包含的文件列表

 没有引用到这个do_atomic方法 不是要require哪个文件

来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板