请登录后探索更多精彩内容!
织梦 {dede:arclist 设置orderby='senddate'无效的解决办法,其他orderby='XXX'方法一样:找到/include/taglib/arclist.lib.php 代码:if($orderby=='hot' || $orderby=='click') $ordersql = " ORDER BY arc.click $orderWay";在后面添加else if($orderby == 'senddate') $ordersql = " ORDER BY arc.senddate $orderWay";注意senddate对应ORDER BY arc.senddate,其他参数也可以这样设置
暂无评论
请先登录后发表评论!
暂无评论