dedecms文章列表页dede:list标签怎样按顶踩数排序

,织梦dedecms列表页dede:list标签默认的排序方法只有“发布日期”,“修改日期”,“热度”这几种排序方式,今天突发其想这列表页dede:list标签能不能按顶踩数来排序呢?,织梦dedecms文章列表页dede:list标签怎样按顶踩数排序,于是开始折腾,其实方法比较简单了,且以下几个步骤就能实现,1、打开/include/arc.listview.class.php文件,找到“//排序方式”下面的:,        else {,            $ordersql=" ORDER BY arc.sortrank $orderWay";,        },在这个上面添加,        else if($orderby=="goodpost") {,            $ordersql = "  ORDER BY arc.goodpost $orderWay";,        },找到:,if(preg_match('/hot|click|lastpost/', $orderby)),替换成:,if(preg_match('/hot|click|lastpost|goodpost/', $orderby))
返回顶部
跳到底部

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

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