dede:arclist 這個標簽官方程序是支持按權重調用文章的,正確的標簽寫法是這樣的
{dede:arclist typeid='1' row='8' isweight='y'} <li><span>權重:[field:weight /]</span><a 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
新聞熱點
疑難解答