美文网首页
phpcms V9 标签使用(持续更新中······)

phpcms V9 标签使用(持续更新中······)

作者: 我爱一碗香 | 来源:发表于2016-11-24 11:53 被阅读64次

1.文章模型列表调用####

{pc:content action="lists" catid="$catid" num="8" order="id DESC" page="$page"}
  {loop $data $r}
  <a  href="{$r[url]}">
     //图片调用标签:{$r[thumb]}   
    <h4>{$r[title]}</h4>
    <p>{str_cut($r['description'], 300)}</p>
    <p>日期:{date('Y-m-d:s',$r[inputtime])}</p>
  </a>
 {/loop}
 <div>{$pages}</ul></div>
{/pc}

相关文章

网友评论

      本文标题:phpcms V9 标签使用(持续更新中······)

      本文链接:https://www.haomeiwen.com/subject/phybpttx.html