第一層級,沒有三級欄目可使用此方法
{eyou:channel type='first' currentstyle='on'}
<a href="{$field.typeurl}" class="{$field.currentstyle}">{$field.typename}</a>
{/eyou:channel}
下級同級,有三級欄目的話可使用此方法
{eyou:channel type='sonself' currentstyle='on'}
<a href="{$field.typeurl}" class="{$field.currentstyle}">{$field.typename}</a>
{/eyou:channel}