typecho发帖不会自动折叠的解决方案

在外观>编辑外观 index.php 和 archive.php 中,找到显示文章内容的代码。一般是类似 <?php $this->content('阅读剩余部分...'); ?> 这样的语句。
更换函数:将它替换为摘要函数 <?php $this->excerpt(); ?>。

添加新评论