- 栏目内容 thumb缩略图 posid推荐位
{pc:content action="position" posid="15" order="listorder DESC" thumb="1" num="5"}
{loop $data $r}
{str_cut($r[‘title‘],400)}
{$r[thumb]}
{date(‘Y-m-d‘,$r[inputtime])}{str_cut($r[‘description‘],400)}
{/loop}
{/pc} -
栏目图片调用
<img src="{$CATEGORYS[$catid][image]}" width="480" height="300" />
导航调用
{pc:content action="category" catid="0" num="25" siteid="$siteid" order="listorder ASC"}
{loop $data $r}
{$r[catname]}
{/loop}
{/pc}
调用指定栏目{$CATEGORY[$catid][‘url‘]} 指定栏目URL代码{$CATEGORY[$catid][‘catname‘]} 指定栏目名称代码{$CATEGORYS[41][‘url‘]} 指定栏目ID为41的URL{$CATEGORYS[41][catname]}指定栏目ID为41的栏目名
时间: 2024-10-10 20:17:35