您现在的位置是:首页 > 教程 > dedecms教程dedecms教程

dede织梦tag标签怎么删除列表首页中的前一页链接

灵雁2023-09-26 18:32:58dedecms教程已有人查阅

导读更改 include目录下的arc.taglist.class.php文件中的代码 位置大概在391行: //获得上一页和下一页的链接 if($this-

更改
include目录下的arc.taglist.class.php文件中的代码
位置大概在391行:
//获得上一页和下一页的链接
if($this->PageNo !=1)
把它改成:
if($this->PageNo >1)

本文标签:

很赞哦! ()

留言与评论 (共有 条评论)
验证码:

本栏推荐

相关标签