判断是否有下级栏目,有就显示所有下级栏目,没有就显示同级栏目
以下是相关标签:
标签名称:channel
功能说明:
获取栏目列表标签
使用实例:
参数说明:
typeid = '0' 栏目ID
reid = '0' 上级栏目ID
row = '100' 调用栏目数
col = '1' 分多少列显示(默认为单列)
type = 'son' son表示下级栏目,self表示同级栏目,top顶级栏目
currentstyle = '' 应用样式
实现如下:
标签名称: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' son表示下级栏目,self表示同级栏目,top顶级栏目
currentstyle = '' 应用样式
实现如下:
{dede:channel name='type' runphp='yes' if(reid == "0") @me = "son";else @me = "self";} <a href='[field:typeurl/]'>[field:typename/]</a> {/dede:channel} |