DEDECMS中,channel标签

时间:2023-03-08 17:35:11

获取栏目列表标签 dede:channel

标签:

{dede:channel type='top' row='8' currentstyle="<li><a href='~typelink~'           class='thisclass'>~typename~</a> </li>"}

<li><a href='[field:typelink/]'>[field:typename/]</a> </li>

{/dede:channel}

typeid = '0' 栏目ID

row = '100' 调用栏目数

type = 'son | sun' son表示下级栏目,self表示同级栏目,top*栏目

currentstyle = '' 应用样式

DEDECMS中,channel标签

DEDECMS中,channel标签