我在这里找到了一个主题:http://top-wordpress.net/ 主题是Terapy。我关闭了管理面板中的评论选项,但博客帖子显示“不允许评论”。我想完全关闭评论,这样博客看起来就像一个网站(关于评论的任何内容都不应该出现在帖子和页面中)。如何在上述模板中关闭注释。
在索引中。php I删除了这一行:
<span class="metaComments"><a href="<?php the_permalink() ?>#comments"><?php comments_number(\'0 Comments\',\'1 Comment\',\'% Comments\'); ?></a></span>
现在头版的帖子没有显示有多少评论。现在唯一应该做的就是从模板中完全删除注释选项。如何实现这一目标?
编辑:我拼错了主题的名称。Here is the link to the demo