-
新闻博客类网站织梦模板...
-
恋爱情感资讯类网站织梦...
-
税务筹划公司登记代理网...
-
餐饮服务管理类网站织梦...
-
艺考培训类网站织梦模板...
-
房屋建造设计类网站织梦...
-
建筑规划施工类网站织梦...
-
网站建设开发类网站织梦...
-
茶几茶盘类网站织梦模板...
-
五谷杂粮米业类网站织梦...
-
全自动环保污水处理设备...
-
医疗机构类网站织梦模板...
-
建筑智能研发系统类网站...
-
品牌设计建设类网站织梦...
-
智能家居类网站织梦模板...
-
货物运输汽车贸易类网站...
-
短视频直播带货类网站织...
-
QQ个性空间日志资讯类网...
-
投资财富管理类网站织梦...
-
天花板循环扇类网站织梦...
打开/include/arc.listview.class.php文件
找到
//排序方式$ordersql = '';if($orderby=="senddate" || $orderby=="id") {$ordersql=" ORDER BY arc.id $orderWay";}else if($orderby=="hot" || $orderby=="click") {$ordersql = " ORDER BY arc.click $orderWay";}else if($orderby=="lastpost") {$ordersql = " ORDER BY arc.lastpost $orderWay";}else {$ordersql=" ORDER BY arc.sortrank $orderWay";}
改成
//排序方式$ordersql = '';if($orderby=="senddate" || $orderby=="id") {$ordersql=" ORDER BY arc.id $orderWay";}else if($orderby=="hot" || $orderby=="click") {$ordersql = " ORDER BY arc.click $orderWay";}else if($orderby=="lastpost") {$ordersql = " ORDER BY arc.lastpost $orderWay";}else if($orderby=="weight") {$ordersql = " ORDER BY arc.weight $orderWay";}else {$ordersql=" ORDER BY arc.sortrank $orderWay";}
再找到
if(preg_match('/hot|click|lastpost/', $orderby))
改成
if(preg_match('/hot|click|lastpost|weight/', $orderby))
前端调用:
{dede:list orderby='weight' orderway='asc'}


