联系官方销售客服
QQ1835022299
028-61286886
模板标签里面
模板标签是否支持category嵌套module
{category module=news id=9,10,11 num=3 cache=3600 return=c}
{$c.name}
{$c.url}
{module module=news catid=$c.id num=6 order=updatetime cache=3600 return=t1}
{$t1.title}
{$t1.url}
{/module}
{/category}
经测试这样写,只能循环出栏目信息,但是内容不能循环出来
{dr_strcut($t1.title,26,'...')}
{dr_strcut($t1.description,60,'...')}
{module module=news catid=$c.id num=6 NOT_thumb=1 field=title,url,updatetime order=displayorder,updatetime cache=3600 return=t2} {dr_strcut($t2.title, 13, '...')} {dr_date($t2._updatetime, 'Y-m-d')} {/module} {$count}