午夜dv内射一区二区,无码精品一区二区三区免费视频,天堂网www在线网,无码精品人妻一区二区三刘亦菲,特级欧美aaaaaaa免费观看

幫助中心 > CmsEasy 模板制作 > 內(nèi)容頁(yè)模板 > 內(nèi)容頁(yè)常用函數(shù)說(shuō)明

內(nèi)容頁(yè)常用函數(shù)說(shuō)明

內(nèi)容名稱

{$archive['title']}

內(nèi)容詳情

{$archive['content']}

內(nèi)容副標(biāo)題

{$archive['subtitle']}

內(nèi)容網(wǎng)頁(yè)標(biāo)題

{$archive['meta_title']}

內(nèi)容網(wǎng)頁(yè)關(guān)鍵詞

{$archive['keyword']}

內(nèi)容網(wǎng)頁(yè)描述

{$archive['description']}

內(nèi)容鏈接

{$archive['url']}

內(nèi)容鏈接Title

{$archive['stitle']}

內(nèi)容防偽碼

{$archive['ecoding']}

內(nèi)容價(jià)格

{$archive['attr2']}

內(nèi)容折扣價(jià)格

{$archive['oldprice']}

內(nèi)容價(jià)格單位

{lang('unit')}

內(nèi)容評(píng)級(jí)

{$archive['strgrade']}

內(nèi)容附件下載地址

{attachment_js($archive['aid'])}

內(nèi)容簡(jiǎn)介

{$archive['intro']}

內(nèi)容縮略圖

{$archive['thumb']}

發(fā)布時(shí)間

{$archive['adddate']}

瀏覽次數(shù)

{$archive['view']}

限定引用內(nèi)容文字?jǐn)?shù)量

{cut(strip_tags($archive['content']),20)}

其中20為字?jǐn)?shù)

來(lái)源

{$archive[attr3]}

作者

{$archive[author]}

發(fā)布時(shí)間

{$archive[adddate]}

內(nèi)容所屬Tag

{$archive[tag]}

內(nèi)容所屬專題

{$archive[special]}

內(nèi)容所屬分類

{$archive[type]}

內(nèi)容投票

<?php if(hasflash()) { ?>
<?php echo showflash(); ?>
<?php } ?>
{vote_js($archive[aid])}

內(nèi)容自定義表單

{if $archive['showform']}
{template 'myform/nrform.html'}
{/if}

相關(guān)Tag內(nèi)容列表

{loop $likenews $item}
<a title="{$item[title]}" href="{$archive[url]}" target="_blank" class="list_page_t">{$archive[title]}</a>
{/loop}

內(nèi)容評(píng)論框

{template 'comment/comment.html'}

內(nèi)容內(nèi)分頁(yè)

{if $pages>1}
{archive_pagination($archive)}
{/if}

內(nèi)容上下頁(yè)

{if $archive['p']['aid']}
<strong>{lang('archivep')}</strong><a href="{$archive['p']['url']}">{$archive['p']['title']}</a>
{else}
<strong>{lang('archivep')}</strong>{lang('nopage')}
{/if}
{if $archive['n']['aid']}
<strong>{lang('archiven')}</strong><a href="{$archive['n']['url']}">{$archive['n']['title']}</a>
{else}
{lang('nopage')}
{/if}

內(nèi)容上下頁(yè)帶縮略圖

{if $archive['p']['aid']}
<strong>{lang('archivep')}</strong><img src="{$archive['p']['thumb']}"><a href="{$archive['p']['url']}">{$archive['p']['title']}</a>
{else}
<strong>{lang('archivep')}</strong>{lang('nopage')}
{/if}
{if $archive['n']['aid']}
<strong>{lang('archiven')}</strong><img src="{$archive['p']['thumb']}"><a href="{$archive['n']['url']}">{$archive['n']['title']}</a>
{else}
{lang('nopage')}
{/if}

用 CmsEasy 助您「輕松搭建」企業(yè)官網(wǎng)。

本文是否有幫助?