织梦列表页调用当前栏目的子栏目

{dede:channel type='son' row='10' currentstyle="<li class='hover'><a href='~typelink~' ~rel~><span>~typename~</span></a></li>"}

<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19"><a href=https://www.91084.com/"[field:typeurl/]">[field:typename/]</a></li>

{/dede:channel}

或者

{dede:channel type='son' row='10'}

<li ><a href=https://www.91084.com/"[field:typeurl/]">[field:typename/]</a></li>

{/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

reid = '0' 上级栏目ID

row = '100' 调用栏目数

col = '1' 分多少列显示(默认为单列)

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

currentstyle = ''前端样式

底层模板字段:

ID(同 id),typeid, typelink, typename, typeurl,typedir(仅表示栏目的网址)

例如:

{dede:channel type='top'}

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

{/dede:channel}

提醒:在没有指定typeid的情况下,type标记与模板的环境有关,如,模板生成到栏目一,那么type='son'就表示栏目一的所有子栏目。

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wsfzjy.html