核心代码
|
1 |
{pc:content action="position" posid="1" order="listorder DESC" thumb="1" num="5"} |
代码注释
推荐位|
1 |
action="position" |
|
1 |
posid="1" |
|
1 |
order="listorder DESC" |
|
1 |
thumb="1" |
|
1 |
num="5" |
完整示例
|
1
2
3
4
5
6 |
{pc:content action="position" posid="1" order="listorder DESC" thumb="1" num="5"} <ul> {loop $data $v} <li><a href="{$v[url]}"><img src="{thumb($v[thumb],400,0)}" alt="{$v[title]}" /></a><br> <p class="title"><a href="{$v[url]}">< {$CATEGORYS[$v['catid']]['catname']} ></a></p></li> {/loop} |
备注
|
1 |
{$v[url]} |
|
1 |
{$CATEGORYS[$v['catid']]['url']} |
评论 0