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