织梦dedecms列表页按权重排序输出文章

  dede:arclist 按权重排序输出文章

  dede:arclist 这个标签官方程序是支持按权重调用文章的,正确的标签写法是这样的

  {dede:arclist typeid=’1′ row=’8′ isweight=’y’}

  

  • 权重:[field:weight /][field:title /]
  •   {/dede:arclist}

      在dede:arclist标签里加入isweight=’y’就可以了

      dede:list 按权重排序输出文章

      列表要按权重排序的话,需要打开 includearc.listview.class.php 找到

      1

      2

      3

      else if($orderby==”lastpost”) {

      $ordersql = ” ORDER BY arc.lastpost $orderWay”;

      }

      在它的下面加入

      1

      2

      3

      else if($orderby == ‘weight’) {

      $ordersql = ” ORDER BY arc.weight $orderWay”;

      }

      继续找到

      /hot|click|lastpost

      改成

      /hot|click|lastpost|weight

      正确的标签写法是这样的

      {dede:list pagesize=’10’ orderby=’weight’ orderway=’asc’}

      

  •   [field:title/]

      

    [field:description/]…

      

  •   {/dede:list}

    ☉免责声明:本站所有模板均来自用户分享和网络收集,仅供学习与参考,请勿用于商业用途,如果损害了您的权利,请联系网站客服,我们核实后会立即删除。
    ☉本站提供的源码、模板、软件工具等其他资源,都不包含技术服务,请大家谅解!
    pbootcms模板网 » 织梦dedecms列表页按权重排序输出文章

    Pbootcms模板网 提供优质的模板集合

    立即查看 了解详情