dede:arclist 這個(gè)標(biāo)簽官方程序是支持按權(quán)重調(diào)用文章的,正確的標(biāo)簽寫法是這樣的
{dede:arclist typeid='1' row='8' isweight='y'} <li><span>權(quán)重:[field:weight /]</span><a href="[field:arcurl /]">[field:title /]</a></li> {/dede:arclist}
列表要按權(quán)重排序的話,需要打開 \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"; }
繼續(xù)找到
/hot|click|lastpost
改成
/hot|click|lastpost|weight
版權(quán)聲明: 本站資源均來自互聯(lián)網(wǎng)或會(huì)員發(fā)布,如果侵犯了您的權(quán)益請(qǐng)與我們聯(lián)系,我們將在24小時(shí)內(nèi)刪除!謝謝!
轉(zhuǎn)載請(qǐng)注明: dedecms織夢(mèng)文章按權(quán)重排序