联系官方销售客服
QQ1835022299
028-61286886
请问,我想调用栏目id为8下面的所有顶级栏目 的 第三个子栏目的文章列表下面的写法哪不对呢,就是图中3的文章列表,但是不能写死的那种
{category module=share id=8}
{if $t.child}
{category module=share pid=$t.id return=t2}
{if $t2.child}
{category module=share pid=$t2.id num=3,1 return=t3}
{module module=news order=updatetime num=10}
{/module}
{/category}
{/if}
{/category}
{/if}
{/category}