http://localhost/phpcms/install_package/index.php?m=admin 登錄後臺路徑:安裝路徑php
替換 "{JS_PATH}js 標記{**_PATH}** html
引入{template "content","header"} 模板 文件名 html名 頭 header 尾 footer oop
標題 {if isset($SEO['title']) && !empty($SEO['title'])}{$SEO['title']}{/if}{$SEO['site_title']} 站點管理中所設置的名稱url
<meta name="keywords" content="{$SEO['keyword']}">
<meta name="description" content="{$SEO['description']}"> 關鍵字查詢 百度之類利於搜索spa
{siteurl($siteid)} 首頁連接標籤htm
phpcms簡寫 內容 欄目 欄目id 0 默認一級欄目 菜單顯示幾個 站點id
{pc:content action="category" catid="0" num="5" siteid="$siteid" order="listorder ASC"}
欄目添加順序
{loop $data $r} 遍歷圖片
<li><a href="{$r[url]}"><span>{$r[catname]}</span></a></li> 欄目路徑 欄目名ip
{/loop}
{/pc}input
{if $top_parentid==0} 判斷首頁顯示的是否是首頁
加<class="select">標籤
{else}
原代碼
{/if} 結束if
或者
{if $catid==$r[catid] || $top_parentid==$r[catid]} 判斷顯示的catid 是否是當前的catid 若是是
加 < class= "select"> 標籤選中
{else}
原代碼
{/if} 結束ifit
點擊圖片或者其餘跳轉到欄目 {$CATEGORYS[填id][url]} 標籤
取欄目名稱 {$CATEGORYS[$catid][catname]}
內容標籤 {$val[description]} 文章簡介 摘要。
{$val[keywords]} 關鍵字 [title] 標題
注意:要在遍歷pc標籤中加上 moreinfo="1" 分頁 page="$page"
來源 {php list($copyfrom) = explode('|', $val['copyfrom'])}
分頁接收 {$pages}
時間 {$val[inputtime]}