PHPCMS新聞內容調用方法介紹

{template "content","header"} ---------- 調用根目錄下phpcms\template\content\header文件php

{CHARSET} -------------------------------------字符集 (gbk或者utf-8)css

{if isset($SEO['title']) && !empty($SEO['title'])} {$SEO['title']}{/if}sql

{$SEO['site_title']}緩存

{$SEO['keyword']}oop

{$SEO['description']}上面4條不用我解釋了吧,都是標題和標題seo優化優化

{CSS_PATH} -----------------------------------地址替換爲根目錄下\statics\css網站

{JS_PATH}--------------------------------------地址替換爲根目錄下\statics\jsurl

{pc:content action="position" pos order="id" num="10" cache="3600"}spa

pc標籤{pc:content 參數名="參數值" 參數名="參數值" 參數名="參數值"}排序

{loop $data $k $v}

 

?

{/loop}

顯示pc標籤值

action="position"-------------對話框的類型=「內容推薦位列表」

pos--------------------推薦位ID=「9」

order="id"--------------------排序類型=「id」 num="10" -------------------數據調用數量=「10」 cache="3600"----------------緩存="3600"毫秒

{APP_PATH}-----------------項目地址

{get_siteid()}----------------

{IMG_PATH}-----------------

action="hits" 排行,熱點等

action="lists" 主要用於列表等。

cat 當前欄目ID 指定數字,即爲指定的欄目

num="" 調用文章的數量

order="id DESC" 按ID降序排列

order="id ASC" 按ID升序排列

order="views DESC"

sort=""

thumb="1" 縮略圖

return=""

page="$page" 須要分頁

每當列表幾行的時候出現一次這個{if $num%2==0} {/if}

循環標籤{loop $data $r} {/loop} {loop $info $r} {/loop} 日期 {date('Y-m-d H:i:s',$r[inputtime])}

文章連接 {$r[url]}

文章標題 {$r[title]}

標題截取 {str_cut($r[title],40,'...')}

縮略圖 loop是info的時候用 {thumb($r[thumb],110,0)} loop是data的時候用{thumb($v[thumb],90,0)}

分頁標籤{$pages}

{$v[url]}

{str_cut($v['title'],26,'')}

{str_cut($v['description'],40,'')}

{thumb($v[thumb],120,150)}

文章頁標籤

標題 {$title}

內容 {$content}

日期 {$inputtime}

來源 {$copyfrom}

點擊數

 

網站首頁 {siteurl($siteid)}

當前位置 {catpos($catid)}

 

 

標題限制:{str_cut($r[title],36)} {$r[title]} 簡介限制:{str_cut($r[description],112)} 鏈 接:{$r[url]} OR {$r[url]}

縮略圖片:{thumb($r[thumb],90,60)}

日期:{date('Y-m-d',$r[inputtime])}

標題 {$title}

內容 {$content}

日期 {$inputtime}

來源 {$copyfrom}

 

{IMG_PATH}圖片路徑

{JS_PATH}JS路徑

{CSS_PATH}CSS路徑

{siteurl($siteid)}網站域名

一級欄目;{pc:contentaction=";siteid="$siteid&quo;<li><ahref=&quo;{loop$data$r};<li><ahref=&quo;{/loop};{/pc};{推薦位調用方法};{pc:contentaction=";{loop$data$r

一級欄目

{pc:content action="category" catid="0" num="25"

siteid="$siteid" order="listorder ASC"}

<li><a href="{siteurl($siteid)}">首 頁</a></li>

{loop $data $r}

<li><a href="{$r[url]}">{$r[catname]}</a></li>

{/loop}

{/pc}

 

{推薦位調用方法}

{pc:content action="position" posid="2" order="listorder DESC" num="4"}

{loop $data $r}

<h4 class="blue"><a href="{$r[url]}"

title="{$r[title]}">{str_cut($r[title],36)}</a></h4>

<p>{if $n==1}<img src="{thumb($r[thumb],90,60)}" width="90" height="60"/>{/if}{str_cut($r

 

[description],112)}</p>

<div class="bk20 hr"><hr /></div>

{/loop}

{/pc}

 

去掉程序裏的省略號

phpcms\libs\functions\global.func.php文件裏

 

某欄目最新文章:

{pc:content action="lists" catid="6,14,15,16" num="10" order="id DESC" return="info"}

<ul>

{loop $info $v}

<li><a

href="{$v['url']}">{str_cut($v['title'],40)}</a></li> {/loop}

</ul>

{/pc}

 

在首頁調用全站欄目最新,最熱門點擊,最多回復的文章

{pc:get sql="select * from v9_news where status=99 order by id desc" num="10"}

{loop $data $r}

<a href="{$r[url]}" title="{$r[title]}"

target="_blank">{$r[title]}</a>

{/loop}

{/pc}

 

thumb="1" 判斷縮略圖

 

調用有圖片的文章

{pc:content action="lists" catid="6,14,15,16" num="10" thumb="1" order="id DESC"

 

return="info"}

{loop $data $r}

<img src="{thumb($r[thumb],90,60)}" width="90" height="60"/> {/loop}

{/pc}

 

列表頁調用

{pc:content action="lists" catid="$catid" num="25" order="id DESC" page="$page"}

<ul class="list lh24 f14">

{loop $data $r}

<li><span class="rt">{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" class="text-c">{$pages}</div> {/pc}

 

網站首頁 {siteurl($siteid)}

當前位置 {catpos($catid)}

上級欄目:

{$CATEGORYS[$CATEGORYS[$catid]['parentid']]['catname']} 欄目名和連接

相關文章
相關標籤/搜索