三级导航 现在不能做排序了吗 ?
{category module=share pid=0 return=c1}
{$c1.name}
{if $c1.child}
{category module=share pid=$c1.id return=c2}
-
{$c2.name}
{if $c2.child}
{category module=share pid=$c2.id return=c3}
- {$c3.name}
{/category}
{/if}
{/category}
{/if}
{/category}
自行设定显示顺序
{category module=share pid=0 return=c1} {$c1.displayorder}.{$c1.name}<br> {if $c1.child} {category module=share pid=$c1.id order=displayorder_asc return=c2} {$c2.displayorder}.{$c2.name}<br> {category module=share pid=$c2.id order=displayorder_asc return=c3} {$c3.displayorder}.{$c3.name}<br> {/category} {/category} {/if} {/category}