国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
613B

  1. 获取栏目列表标签
  2. >>dede>>
  3. {dede:channel type='top' typeid='' notypeid='' row='8' currentstyle="<li><a href='~typelink~' class='thisclass'>~typename~</a></li>"}
  4. <li><a href='[field:typelink/]'>[field:typename/]</a></li>
  5. {/dede:channel}
  6. >>dede>>
  7. typeid='' 调用栏目id,用英文逗号分开表示多个栏目
  8. notypeid='' 不调用栏目id,用英文逗号分开表示多个栏目
  9. reid='0' 调用上级栏目id
  10. row='100' 调用栏目数
  11. col='1' 分多少列显示(默认为单列)
  12. type='son' son表示下级栏目,self表示同级栏目,top顶级栏目
  13. currentstyle='' 应用样式