首页 >

织梦DedeCMS模板文章按权重排序的标签教程

dede:arclist 这个标签官方程序是支持按权重调用文章的,正确的标签写法是这样的
{dede:arclist typeid=’1′ row=’8′ isweight=’y’}
  • 权重:[field:weight /][field:title /]
  • {/dede:arclist}
    列表要按权重排序的话,需要打开 includearc.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添加超链接时默认新窗口打开
  • 修改织梦DedeCMS添加超链接时默认新窗口打开 | 修改织梦DedeCMS添加超链接时默认新窗口打开 ...

  • 织梦DedeCMS模板下载中增加织梦DedeCMS图集内容图片下载功能
  • 织梦DedeCMS模板下载中增加织梦DedeCMS图集内容图片下载功能 | 织梦DedeCMS模板下载中增加织梦DedeCMS图集内容图片下载功能 ...

  • 织梦DedeCMS模板安装后不能显示css的解决办法
  • 织梦DedeCMS模板安装后不能显示css的解决办法 | 织梦DedeCMS模板安装后不能显示css的解决办法 ...