你若决定灿烂,倒影也会美得让人惊叹。早安!幸运从来不是偶然,你所做的每件事,都会有惊喜等待着你。早安。
dede:arclist 这个标签官方程序是支持按权重调用文章的,正确的标签写法是这样的
{dede:arclist typeid='1' row='8' isweight='y'} <li><span>权重:[field:weight /]</span><a rel="nofollow noopener noreferrer" href="[field:arcurl /]">[field:title /]</a></li> {/dede:arclist}
列表要按权重排序的话,需要打开 \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
本文dedecms织梦文章按权重排序到此结束。一时的挫折往往能够经过不屈的搏击,变成学问及见识。小编再次感谢大家对我们的支持!