Typecho Typecho博客首页和分类目录只显示文章摘要 2019-05-28 一个大皮球 0 1、首页显示文章摘要在index.php文件找到代码<?php $this->content('阅读剩余部分...'); ?>将其替换为<?php $this->excerpt(); ?>如果要按制摘要的输出字数,可以修改代码为<?php $this->excerpt(300, '...