phpcms标签

文章描述:

首页地址 {siteurl($siteid)}   列表页 {pc:content action=” […]

首页地址

{siteurl($siteid)}

 

列表页

{pc:content action="lists" catid="$catid" num="25" order="id DESC" page="$page"}
        <ul>
{loop $data $r}
	<li><span class="time">{date('Y-m-d H:i:s',$r[inputtime])}</span>·<a href="{$r[url]}" target="_blank"{title_style($r[style])}>{$r[title]}</a></li>
	{if $n%5==0}<li class="bk20 hr"></li>{/if}
{/loop}
        </ul>
        <div id="pages">{$pages}</div>
{/pc}

 

 

内容页

标题:{$title}    时间:{$inputtime}    来源:{$copyfrom}    文章连接:{$url}

 

栏目名+连接

<a href="{$CATEGORYS[$catid][url]}">{$CATEGORYS[$catid][catname]}</a>

 

<strong>相关热词搜索:</strong>{loop $keywords $keyword}<a href="{APP_PATH}index.php?m=content&c=tag&a=lists&tag={urlencode($keyword)}" class="blue">{$keyword}</a> 	{/loop}

 

<strong>上一篇:</strong><a href="{$previous_page[url]}">{$previous_page[title]}</a>
<strong>下一篇:</strong><a href="{$next_page[url]}">{$next_page[title]}</a>

随机文章

{pc:content action="lists" catid="$catid" num="15" order="rand()" return="info"}
          {loop $info $v}
            <li><a href="{$v['url']}" target="_blank" title="{$v['title']}">{str_cut(strip_tags($v[title]),90)}</a></li>
          {/loop}
{/pc}

 

发布时间:2024/09/14

发表评论