您的位置 首页 CMS系统

dedecms织梦文章按权重排序

dede:arclist 这个标签官方程序是支持按权重调用文章的,正确的标签写法是这样的

{dede:arclist typeid='1' row='8' isweight='y'}
  
	列表要按权重排序的话,需要打开 \include\arc.listview.class.php 找到

else if($orderby=="lastpost") {
	$ordersql = "  ORDER BY arc.lastpost $orderWay";
}

在它的下面加上

else if($orderby == 'weight') {
	$ordersql = "  ORDER BY arc.weight $orderWay";
}

继续找到

/hot|click|lastpost

改成

/hot|click|lastpost|weight

关于作者: dawei

【声明】:金华站长网内容转载自互联网,其相关言论仅代表作者个人观点绝非权威,不代表本站立场。如您发现内容存在版权问题,请提交相关链接至邮箱:bqsm@foxmail.com,我们将及时予以处理。

热门文章