修改代码,删去评论功能
comments.php文件是主题的评论模块,是在网站根目录/usr/themes/你的主题/下,由post.php文件加载的。
找到下面这一行:
<?php $this->need('comments.php'); ?>
注释掉:
<?php /* $this->need('comments.php'); */ ?> 修改代码,删去评论功能
comments.php文件是主题的评论模块,是在网站根目录/usr/themes/你的主题/下,由post.php文件加载的。
找到下面这一行:
<?php $this->need('comments.php'); ?>
注释掉:
<?php /* $this->need('comments.php'); */ ?>