可以到https://www.tbadc.com/coding/lists_157.html這里查閱,上面有一二三級分類輸出標簽。
一級 {eyou:channel id="field" currentstyle="active"} <li class="{$field.currentstyle}"> <a href="{$field.typeurl}">{$field.typename}</a></li> {/eyou:channel
二級:
{eyou:channel type="first" id="field" currentstyle="hover"} <ul class="一級"> <li class="{$field.currentstyle}"><a href="{$field.typeurl}">{$field.typename}</a> <!--一級名稱 --> {eyou:notempty name="$field.children"} <ul class="二級"> eyou:channel name="$field.children" row="100" id="field2"} <li><a href="{$field2.typeurl}">{$field2.typename}</a><li> {/eyou:channel} </ul> {/eyou:notempty} </li> </ul> {/eyou:channel}