Loading... ## 部分显示 ## 登录到后台-控制台-外观-编辑当前外观: 编辑文件 archive.php 编辑文件 index.php 将 ``` <?php $this->content('- 阅读剩余部分 -'); ?> ``` 修改为 ``` <?php $this->excerpt(300,'- 阅读剩余部分 -'); ?> ``` ## 修改首页显示数量 ## 编辑文件 functions.php,在末尾添加: ``` function themeInit($archive) { if ($archive->is('index')) { $archive->parameter->pageSize = 10; } } ``` 10为自定义首页文章分布数量 [参考文章][1] [1]: https://www.cnblogs.com/my-blogs-for-everone/articles/12390575.html 最后修改:2022 年 03 月 10 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 如果觉得我的文章对你有用,请随意赞赏
此处评论已关闭