1、網(wǎng)站首頁(yè)標(biāo)題調(diào)用標(biāo)簽
{dede:global.cfg_webname/}
或
{dede:global name='cfg_webname'/}
2、網(wǎng)站首頁(yè)描述調(diào)用標(biāo)簽
<meta name="description" content="{dede:global.cfg_description/}" />
3、網(wǎng)站首頁(yè)關(guān)鍵詞調(diào)用標(biāo)簽
<meta name="keywords" content="{dede:global.cfg_keywords/}" />
或
<meta name="keywords" content="{dede:field name='keywords'/}">
4、欄目標(biāo)題調(diào)用標(biāo)簽
{dede:field.title/}_{dede:global.cfg_webname/}
或
{dede:field.seotitle /}
5、欄目關(guān)鍵詞調(diào)用標(biāo)簽
<meta name="keywords" content="{dede:field name='keywords'/}" />
6、欄目描述調(diào)用標(biāo)簽
<meta name="description" content="{dede:field name='description' function='html2text(@me)'/}" />
7、文章標(biāo)題調(diào)用標(biāo)簽
{dede:field name="title"/}
或
{dede:field.title/}_{dede:global.cfg_webname/}
8、文章關(guān)鍵詞調(diào)用標(biāo)簽
<meta name="keywords" content="{dede:field.keywords/}" />
9、文章描述調(diào)用標(biāo)簽
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" />
10、模板路徑調(diào)用標(biāo)簽
{dede:field name='templeturl'/}
11、調(diào)用外部htm文件
{dede:include file='xxx.htm' ismake='yes'/}
12、調(diào)用頭部head文件標(biāo)簽
{dede:include filename="head.htm"/}
13、調(diào)用底部footer文件標(biāo)簽
{dede:include filename="footer.htm"/}
14、調(diào)用導(dǎo)航欄目標(biāo)簽
<ul>
<li><a href='{dede:global.cfg_cmsurl/}/'><span>主頁(yè)</span></a></li>
{dede:channel type='top' row='10' currentstyle="<li><a href='~typelink~' ~rel~><span>~typename~</span></a></li>"}
<li><a href='[field:typeurl/]' [field:rel/]><span>[field:typename/]</span></a></li>
{/dede:channel}
</ul>
15、當(dāng)前欄目名稱(chēng)標(biāo)簽
{dede:field name='typename'/}
16、欄目介紹調(diào)用標(biāo)簽
{dede:field name='description' function='html2text(@me)'/}
17、欄目鏈接調(diào)用標(biāo)簽
[field:typelink function='str_replace("a ","a ",@me)'/]
18、指定調(diào)用欄目標(biāo)簽
{dede:onetype typeid='ID'}[field:typename /]{/dede:onetype}
19、頻道欄目調(diào)用標(biāo)簽
{dede:channel type='self'}
<li><a href='[field:typelink/]'>[field:typename/]</a></li>
{/dede:channel}
20、欄目列表調(diào)用標(biāo)簽
{dede:channel type='son' currentstyle="<li><a href='~typelink~'>~typename~</a></li>"}
<li><a href='[field:typeurl/]'>[field:typename/]</a></li>
{/dede:channel}
21、欄目翻頁(yè)調(diào)用標(biāo)簽
{dede:pagelist listitem="info,index,end,pre,next,pageno,option" listsize="5"/}
或
{dede:pagelist listsize='4' listitem='index pre pageno next end '/}
22、列表評(píng)論調(diào)用標(biāo)簽
[field:postnum/]
23、列表時(shí)間調(diào)用標(biāo)簽
[field:pubdate function="GetDateTimeMK(@me)"/]
24、當(dāng)前位置調(diào)用標(biāo)簽
{dede:field name='position'/}
25、列表文章調(diào)用標(biāo)簽
{dede:list pagesize='10'}
<li> [field:array runphp='yes']@me = (empty(@me['litpic']) ? "" : "<a href='{@me['arcurl']}'><img src='{@me['litpic']}'/></a>"); [/field:array]
[<b>[field:typelink/]</b>] <a href="[field:arcurl/]">[field:title/]</a> <span> <small>日期:</small>[field:pubdate function="GetDateTimeMK(@me)"/] <small>點(diǎn)擊:</small>[field:click/] <small>好評(píng):</small>[field:scores/] </span>
<p> [field:description/]... </p>
</li>
{/dede:list}
26、文章內(nèi)容調(diào)用標(biāo)簽
{dede:field name='body'/}
或
{dede:field.body/}
27、文章摘要字?jǐn)?shù)控制
[field:description function='cn_substr(@me,180)'/]
28、文章導(dǎo)讀調(diào)用標(biāo)簽
{dede:field.description runphp='yes'}
if(@me<>'' )@me = '
<div>'.@me.'</div>
';
{/dede:field.description}
29、文章時(shí)間調(diào)用標(biāo)簽
{dede:field name='pubdate' function='GetDateMk(@me)'/}
30、文章分頁(yè)調(diào)用標(biāo)簽
{dede:pagebreak/}
31、上一篇、下一篇調(diào)用標(biāo)簽
{dede:prenext get='pre'/}
{dede:prenext get='next'/}
32、文章Tag調(diào)用標(biāo)簽
{dede:tag type='current'/}
33、本月熱點(diǎn)關(guān)鍵字調(diào)用標(biāo)簽
{dede:hotwords num='5' subday='30'/}
34、文章來(lái)源調(diào)用標(biāo)簽
{dede:field name='source'/}
35、文章作者調(diào)用標(biāo)簽
{dede:field name='writer' /}
或
[field:writer /]
36、責(zé)任編輯調(diào)用標(biāo)簽
{dede:adminname/}
37、文章收藏標(biāo)簽調(diào)用
<a href="{dede:field name='phpurl'/}/stow.php?arcID={dede:field name=ID/}">收藏</a>
38、文章推薦標(biāo)簽調(diào)用
<a href="{dede:field name='phpurl'/}/recommend.php?arcID={dede:field name=ID/}">推薦</a>
39、文章評(píng)論標(biāo)簽調(diào)用
<a href="{dede:field name='phpurl'/}/feedback.php?arcID={dede:field name=ID/}">評(píng)論</a>
40、文章打印標(biāo)簽調(diào)用
<a href="#" onClick="window.print();">打印</a>
41、文章關(guān)閉標(biāo)簽調(diào)用
<a href="#" onClick="window.close();">關(guān)閉</a>
42、文章頂客次數(shù)標(biāo)簽
{dede:field name='digg'/} <a href="javascript:Digg('digg',{dede:field name='id'/});">頂一下</a>
43、列表點(diǎn)擊調(diào)用標(biāo)簽
[field:click/]
44、文章點(diǎn)擊次數(shù)調(diào)用標(biāo)簽
<script src="{dede:field name='phpurl'/}/count.php?view=yes&aid={dede:field name='id'/}&mid={dede:field name='mid'/}" type='text/javascript' language="javascript"></script>
45、網(wǎng)站版權(quán)調(diào)用標(biāo)簽
{dede:global name='cfg_powerby'/}
46、網(wǎng)站備案調(diào)用標(biāo)簽
{dede:global name='cfg_beian'/}
47、搜索文章調(diào)用標(biāo)簽
{dede:global name='keyword'/}"的搜索結(jié)果 - {dede:global name='cfg_webname'/} 搜索" {dede:global name='keyword'/}</span>" 的結(jié)果
48、友情鏈接調(diào)用標(biāo)簽
{dede:flink row='24' linktype=2/}
或
{dede:flink/}
49、遞增序列號(hào)
[field:global name=autoindex/]
50、COPY頁(yè)面內(nèi)容,自動(dòng)在后面加上網(wǎng)站信息調(diào)用標(biāo)簽
<script type="text/javascript">
document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData ("text"); if (text) { text = text + " 本篇文章來(lái)源于www.dedecms51.com原文鏈接:"+location.href; clipboardData.setData("text", text); } }, 100 ) }
版權(quán)聲明: 本站資源均來(lái)自互聯(lián)網(wǎng)或會(huì)員發(fā)布,如果侵犯了您的權(quán)益請(qǐng)與我們聯(lián)系,我們將在24小時(shí)內(nèi)刪除!謝謝!
轉(zhuǎn)載請(qǐng)注明: 織夢(mèng)dede模板下載標(biāo)簽調(diào)用代碼大全