代碼如下:
{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="[field:typeurl/]">[field:typename/]</a></li>
{/dede:channel}
簡化為--->>>
代碼如下:
{dede:channel type='son' row='10'}
<li ><a href="[field:typeurl/]">[field:typename/]</a></li>
{/dede:channel}
分析:
標簽名稱:channel
標記簡介:織夢常用標記,通常用于網(wǎng)站頂部以獲取站點欄目信息,方便網(wǎng)站會員分類瀏覽整站信息
功能說明:用于獲取欄目列表
適用范圍:全局使用
基本語法:
代碼如下:
{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}
參數(shù)說明:
typeid = '0' 欄目ID
reid = '0' 上級欄目ID
row = '100' 調用欄目數(shù)
col = '1' 分多少列顯示(默認為單列)
type = 'son | sun' son表示下級欄目,self表示同級欄目,top頂級欄目
currentstyle = '' 應用樣式
底層模板字段:
ID(同 id),typeid, typelink, typename, typeurl,typedir(僅表示欄目的網(wǎng)址)
例:
代碼如下:
{dede:channel type='top'}
<a href='[field:typelink /]'>[field:typename/]</a>
{/dede:channel}
注:在沒有指定typeid的情況下,type標記與模板的環(huán)境有關,如,模板生成到欄目一,那么type='son'就表示欄目一的所有子類
更多信息請查看IT技術專欄