在当前主题的 index.php 文件中找到代码

<?php $this->content('阅读剩余部分...'); ?>

 

将其替换为

<?php $this->excerpt(); ?>

 
如果要按制摘要的输出字数,可以修改代码为100

<?php $this->excerpt(100, '...'); ?>

 

相关文章:

  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-01
  • 2021-09-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案