这里是自动摘要插件PostSummary,目前适配1.3版本,其他版本未测试。如有需要我会提供下载!!

下载地址:
前台使用方法
① 直接读取(推荐)
<?php echo $this->fields->description; ?>② 辅助方法:优先字段,无则自动截取
<?php echo TypechoPlugin\PostSummary\Plugin::summary($this); ?><?php echo TypechoPlugin\PostSummary\Plugin::summary($this, 200); ?>③ 判断是否有手动摘要
<?php if (TypechoPlugin\PostSummary\Plugin::hasSummary($this)): ?>
<?php echo $this->fields->description; ?>
<?php endif; ?>
暂无评论