1,在list_artcile.htm模板中使用
{dede:list pagesize='12' orderby='weight' orderway='asc'} |
查找
else if($orderby=="lastpost |
else if($orderby=="weight") { $ordersql = " order by arc.weight $orderWay"; } |
查找
if(preg_match('/hot|click|lastpost/', $orderby)) |
改为:
if(preg_match('/hot|click|weight|lastpost/',$orderby)) |