织梦教程:修改上一篇、下一篇文字字数的方法

,文章介绍,打开 /include/arc.archives.class.php 文件
找到
$this->PreNext['pre']="上一篇:{$preRow['title']}";  
在其上面添加
$preRow['title']=cn_substr($preRow['title'],30);  
找到
$this->PreNext['next']="下一篇:{$nextRow['title']}";
在其上面添加
$nextRow['title']=cn_substr($nextRow['title'],30);
解析:只需修改后来添加代码中的30即可,30的意思就是30个字节,GBK的话是15个汉字,UTF8的话是10个汉字。这个可以根据实际情况,自行设定。
返回顶部
跳到底部

Copyright 2011-2024 南京追名网络科技有限公司 苏ICP备2023031119号-6 乌徒帮 All Rights Reserved Powered by Z-BlogPHP Theme By open开发

请先 登录 再评论,若不是会员请先 注册