首页 >

织梦DedeCMS栏目分页实现前十页后十页

先看效果:

织梦DedeCMS栏目分页实现前十页后十页

织梦DedeCMS栏目分页实现前十页后十页

大概思路如下:修改\include\arc.listview.class.php文件中的GetPageListST和GetPageListDM两个函数

本文说的是前10和后10页,你也可以根据自己页面的需要,修改为前5页,后5页等。

打开 \include\arc.listview.class.php 找到

$prepage.="
  • 上一页
  • \r\n";

    在它下面加入

    $prepage.="
  • 1?$prepagenum-10:1) ."'>前十页
  • \r\n";

    继续找到

    $nextpage.="
  • 下一页
  • \r\n";

    在它下面加入

    $nextpage.="
  • <a href='https://www.liuzhongwei.com/a/dedejq/".$purl."PageNo=". (($prepagenum+10)后十页
  • \r\n";

    继续找到

    $prepage.="
  • 上一页
  • \r\n";

    在它下面加入

    $prepage.="
  • 1?$prepagenum-10:1,$tnamerule)."'>前十页
  • \r\n";

    继续找到

    $nextpage.="
  • 下一页
  • \r\n";

    在它下面加入

    $nextpage.="
  • <a href='https://www.liuzhongwei.com/a/dedejq/".str_replace("{page}",($nextpagenum+10)后十页
  • \r\n";



    织梦DedeCMS栏目分页实现前十页后十页
  • 织梦DedeCMS模板织梦DedeCMS采集标题不完整修改织梦DedeCMS文章标题长度
  • 织梦DedeCMS模板织梦DedeCMS采集标题不完整修改织梦DedeCMS文章标题长度 | 织梦DedeCMS模板织梦DedeCMS采集标题不完整修改织梦DedeCMS文章标题长度 ...

    织梦DedeCMS栏目分页实现前十页后十页
  • 织梦DedeCMS推荐去掉加粗样式
  • 织梦DedeCMS推荐去掉加粗样式 | 织梦DedeCMS推荐去掉加粗样式 ...

    织梦DedeCMS栏目分页实现前十页后十页
  • 织梦DedeCMS v5.3 发布图集时不能获取缩略图的解决办法
  • 织梦DedeCMS v5.3 发布图集时不能获取缩略图的解决办法 | 织梦DedeCMS v5.3 发布图集时不能获取缩略图的解决办法 ...