eyoucms 当前栏目如何调用同级兼下级栏目?
2019-03-12 本文已影响0人
西祠_fa33
易优cms在当前栏目下如何调用同级兼下级栏目呢?下面代码即可实现。
{eyou:channel type="sonself" currentstyle="active"}
<li> <a href="{$field.typeurl}" title="{$field.typename}" class="{$field.currentstyle}">{$field.typename}</a> </li>
{/eyou:channel}
type='sonself' 表示当前下级栏目以及同级栏目
转自:https://www.eyoucms.com/help/eyoujq/1288.html