Home > php教程 > php手册 > body text

cos-html-cache插件发表评论错误的解决方法

WBOY
Release: 2016-06-21 08:56:18
Original
1474 people have browsed it

使用wordpress的生成静态页插件cos-html-cache之后,每篇文章发表评论后,老是显示前一个评论者的信息。

使用wordpress的生成静态页插件cos-html-cache之后,每篇文章发表评论后,老是显示前一个评论者的信息,包括清理cookie的情况下还显示:欢迎再次光临XXX。如果不清理cookie,点击名字后输入框直接显示前面评论者的姓名和邮箱等,一旦清理cookie,上面只显示欢迎再次光临XXX,而不显示姓名和邮箱等输入框,点击名字后,各个输入框都没有值。无奈之下,就把几个js文件删除了,希望这个方法可以帮到你。
找到wp-content\themes下面的评论文件comments.php,找到那个显示:欢迎再次光临的div层,直接删除掉,我删除掉下面这些,您自己看您的代码了。



 


   %s.’), $comment_author) ?>
更改用户名
取消更改
 

 
 
还有下面一段:
  




OK,解决问题就行,睡觉去。
本文sky ( www.zzjs.net ) 原创编辑,请遵守行业规则,转载保留版权。



Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template