Typecho关闭评论



comments.php文件是主题的评论模块,是在网站根目录/usr/themes/你的主题/下,由post.php文件加载的。

找到下面这一行:

<?php $this->need('comments.php'); ?>
注释掉:

<?php /* $this->need('comments.php');  */ ?>