PHPCMSv9模板调用代码常用写法
<p><ahref="http://www.wangchao.info/wp-content/uploads/2014/12/11111111.jpg"></a><br><strong>调用文章标题列表:</strong><br>
{pc:content action=”lists” catid=”22 <!–指定栏目ID–>” order=”id DESC” thumb=”” moreinfo=”” num=”1 <!–调用数量–>” }<br>
{loop $data $n $r}<br>
<li><a href=”{$r[‘url’]}” title=”{$r[‘title’]}”>{$r[‘title’]}</a></li><br>
{/loop}<br>
{/pc}</p>
<p><strong>调用缩略图+文章标题:</strong><br>
{pc:content action=”lists” catid=”22 <!–指定栏目ID–>” order=”id DESC” thumb=”1 <!–需带有缩略图,删除数字及不限制–>” moreinfo=”” num=”1 <!–调用数量–>” }<br>
{loop $data $n $r}<br>
<a href=”{$r[‘url’]}”><img src=”{$r}” width=”120″ height=”90″ alt=”{$r[‘title’]}” /></a><br>
<a href=”{$r[‘url’]}” title=”{$r[‘title’]}” target=”_blank”>{$r[‘title’]}</a><br>
{/loop}<br>
{/pc}</p>
<p><strong>调用首页头条推荐:</strong><br>
{pc:content action=”position” posid=”2 <!–指定推荐位ID,2为首页头条推荐–>” catid=”22 <!–指定栏目ID–>” thumb=”” order=”id DESC” num=”3 <!–调用数量–>” }<br>
{loop $data $n $r}<br>
<li><a href=”{$r[‘url’]}” title=”{$r[‘title’]}”>{str_cut($r,45,”)} <!–标题长度限制–></a></li><br>
{/loop}<br>
{/pc}</p>
<p class="post-copyright">未经允许不得转载:<ahref="https://www.wangchao.info/">王超博客</a> » <ahref="https://www.wangchao.info/86.html">PHPCMSv9模板调用代码常用写法</a></p>
页:
[1]