{category module=share pid=0 num=3}
<dl class="item">
<dt class=''><a class="aLink" href="{$t.url}" title="{$t.name}">{$t.name}</dt>
{if $t.child}
{category module=share pid=$t.id return=t2 num=6}
<dd><a href= "{$t2.url}" title="{$t2.name}">{$t2.name}</a></dd>
{/category}
{/if}
</dl>
{/category}二级栏目控制数量num=6不生效。
{category module=share pid=$t.id num=6 return=t2}return只能放在结尾