欢迎来到欣怡建站!我们致力于提供优质的网站建站服务
注册

如何修改织梦5.7版上一页下一页文字和长度

相关案例演示

2.再往下找,插入红色部分!即是用截取后的长度赋予$preRow['title2'],那么原始没截取的就是
 

$preRow['title'] $preRow['namerule'],$preRow['typedir'],$preRow['money'],$preRow['filename'],$preRow['moresite'],$preRow['siteurl'],$preRow['sitepath']); $preRow['title2']=cn_substr($preRow['title'],$titlelen); $this->PreNext['pre'] = "上一篇:<a href='$mlink'  

 

3.接下来就很简单了。做鼠标指上后就能显示完整文章标题。(对SEO很有利)
 

$preRow['namerule'],$preRow['typedir'],$preRow['money'],$preRow['filename'],$preRow['moresite'],$preRow['siteurl'],$preRow['sitepath']); $preRow['title2']=cn_substr($preRow['title'],$titlelen); $this->PreNext['pre'] = "上一篇:<a href='$mlink' title='{$preRow['title']}'> {$preRow['title2']}</a> ";  

 

4.修改下一篇 如下:

1   $nextRow['namerule'],$nextRow['typedir'],$nextRow['money'],$nextRow['filename'],$nextRow['moresite'],$nextRow['siteurl'],$nextRow['sitepath']);  

2   $nextRow['title2']=cn_substr($nextRow['title'],$titlelen);  

3   $this->PreNext['next'] = "下一篇:<a href='$mlink' title='{$nextRow['title']}'>{$nextRow['title2']}</a> ";  

如果需要修改文字那我就不说了,直接修改文字即可实现!

作者:欣怡建站 挑错 时间:2020-12-01 11:02
首先声明,只要是我们的vip会员所有源码均可以免费下载,不做任何限制
☉本站的源码不会像其它下载站一样植入大量的广告。为了更好的用户体验以后坚持不打水印
☉本站只提供精品源码,源码在于可用,不在多!!希望在这里找到你合适的。
☉本站提供的整站程序,均带数据及演示地址。可以在任一源码详情页查看演示地址
☉本站所有资源(包括源码、模板、素材、特效等)仅供学习与参考,请勿用于商业用途。
☉如有其他问题,请加网站客服QQ(984818011)进行交流。
相关教程
在线客服