DedeCMS5.7標(biāo)簽調(diào)用大全 二維碼
359
最新整理的dede5.7標(biāo)簽調(diào)用大全 最近在用DEDE仿站,經(jīng)常要用到一些標(biāo)簽的調(diào)用,下面從網(wǎng)上找到了一些調(diào)用標(biāo)簽,跟大家分享一下: 關(guān)鍵描述調(diào)用標(biāo)簽: <meta name="keywords" content="{dede:field name='keywords'/}"> <meta name="description" content="{dede:field name='description'function='html2text(@me)'/}"> 模板路徑調(diào)用標(biāo)簽: {dede:field name='templeturl'/} 網(wǎng)站標(biāo)題調(diào)用標(biāo)簽: {dede:global name='cfg_webname'/} 欄目導(dǎo)航調(diào)用標(biāo)簽: <a href="/">首頁</a></li> {dede:channel type='top' row='8' currentstyle="<li class='thisclass'><a href='~typelink~'>~typename~</a> </li>"} <li><a href='[field:typelink/]' target="_blank">[field:typename/]</a> </li> {/dede:channel} 指定調(diào)用欄目標(biāo)簽: {dede:onetype typeid='ID'}[field:typename /]{/dede:onetype} 頻道欄目調(diào)用標(biāo)簽: {dede:channel type='self'}<li><a href='[field:typelink/]'>[field:typename/]</a></li>{/dede:channel} 友情鏈接調(diào)用標(biāo)簽: {dede:flink row='24' linktype=2/} 網(wǎng)站版權(quán)調(diào)用標(biāo)簽: {dede:global name='cfg_powerby'/} 網(wǎng)站備案調(diào)用標(biāo)簽: {dede:global name='cfg_beian'/} 當(dāng)前欄目名稱標(biāo)簽: {dede:field name='typename'/} 當(dāng)前位置調(diào)用標(biāo)簽: {dede:field name='position'/} 列表文章調(diào)用標(biāo)簽: {dede:list pagesize='8'}{/dede:list} 欄目鏈接調(diào)用標(biāo)簽: [field:typelink function='str_replace("a ","a class=ulink ",@me)'/] 作者鏈接調(diào)用標(biāo)簽: [field:writer /] 列表點(diǎn)擊調(diào)用標(biāo)簽: [field:click/] 列表評論調(diào)用標(biāo)簽: [field:postnum/] 查閱全文調(diào)用標(biāo)簽: <a href="[field:arcurl/]">查閱全文...</a> 列表時(shí)間調(diào)用標(biāo)簽: [field:pubdate function="GetDateTimeMK(@me)"/] 列表分頁調(diào)用標(biāo)簽: {dede:pagelist listsize='4' listitem='index pre pageno next end '/} 文章標(biāo)題調(diào)用標(biāo)簽: {dede:field name="title"/} 文章來源調(diào)用標(biāo)簽: {dede:field name='source'/} 文章作者調(diào)用標(biāo)簽: {dede:field name='writer' /} 文章時(shí)間調(diào)用標(biāo)簽: {dede:field name='pubdate' function='GetDateMk(@me)'/} 文章Tag調(diào)用標(biāo)簽: {dede:tag type='current'/} 文章點(diǎn)擊調(diào)用標(biāo)簽: <script src="{dede:field name='phpurl'/}/count.php?aid={dede:field name='ID'/}&mid={dede:field name='memberid'/}&view=yes" language="javascript"></script> 文章內(nèi)容調(diào)用標(biāo)簽: {dede:field name='body'/} 文章分頁調(diào)用標(biāo)簽: {dede:pagebreak/} [<a href="{dede:field name='phpurl'/}/stow.php?arcID={dede:field name=ID/}">收藏</a>] [<a href="{dede:field name='phpurl'/}/recommend.php?arcID={dede:field name=ID/}">推薦</a>] [<a href="{dede:field name='phpurl'/}/feedback.php?arcID={dede:field name=ID/}">評論</a>] [<a href="#" onClick="window.print();">打印</a>] [<a href="#" onClick="window.close();">關(guān)閉</a>] 文章頂客次數(shù)標(biāo)簽: {dede:field name='digg'/} <a href="javascript:Digg('digg',{dede:field name='id'/});">頂一下</a> 上一篇下一篇標(biāo)簽: {dede:prenext get='pre'/}{dede:prenext get='next'/} 補(bǔ)充:限制上一篇下一篇的長度:打開:include/arc.archives.class.php 查找以下代碼: $this->PreNext['pre'] = "上一篇:<a href='$mlink'>{$preRow['title']}</a> "; 在這一段代碼的前一段,也就是上面添加以下代碼: $preRow['title']=cn_substr($preRow['title'],40); 字符,40 表示字符數(shù),你的梅花要求自行修改數(shù)字. //限制上下篇文章標(biāo)題的 限制上一篇下一篇的文 章標(biāo)題長度字符 修改好了上一篇的標(biāo)題字符的長度,現(xiàn)在同樣的操縱修改下一篇的標(biāo)題字符的長度.找到以 下代碼: $this->PreNext['next'] = "下一篇:<a href='$mlink'>{$nextRow['title']}</a> "; 在這一段代碼的上面添加以下以下代碼: $preRow['title']=cn_substr($preRow['title'],40); 字符,40 表示字符數(shù),你的梅花要求自行修改數(shù)字. //限制上下篇文章標(biāo)題的 這樣就完成了修改了. 頭條推薦調(diào)用標(biāo)簽: {dede:arclist row=1 titlelen=24 orderby=pubdate att=2} <dt> [field:textlink/] <span>[field:description/]……</span> </dt> {/dede:arclist} 最新文章調(diào)用標(biāo)簽: {dede:arclist row=8 titlelen=24 orderby=pubdate}<li>[field:textlink/]</li> {/dede:arclist} 熱關(guān)鍵字調(diào)用標(biāo)簽: {dede:hotwords num='5' subday='30'/} 最新圖文調(diào)用標(biāo)簽: {dede:arclist row=4 titlelen=20 orderby=pubdate type='image.' imgwidth='152' imgheight='98'} <dd><a href="[field:arcurl/]"><img src="[field:picname/]" alt="[field:title/]" ></a><span><a title="[field:title function='htmlspecialchars(@me)'/] " href="[field:arcurl /]">[field:title /]</a></span> </dd>{/dede:arclist} 推薦文檔調(diào)用標(biāo)簽: {dede:arclist type='commend' titlelen='40' row='10'} <li><a title="[field:title function='htmlspecialchars(@me)'/] " href="[field:arcurl /]">[field:title /]</a></li> {/dede:arclist} 隨機(jī)推薦調(diào)用標(biāo)簽: {dede:arclist type='commend' titlelen='26' orderby='rand' row='10'} <li><a title="[field:title function='htmlspecialchars(@me)'/] " href="[field:arcurl /]">[field:title /]</a></li> {/dede:arclist} 熱點(diǎn)文檔調(diào)用標(biāo)簽: {dede:arclist orderby='click' titlelen='40' row='10'} <li><a title="[field:title function='htmlspecialchars(@me)'/] " href="[field:arcurl /]">[field:title /]</a></li> {/dede:arclist} 相關(guān)文檔調(diào)用標(biāo)簽: {dede:likeart titlelen='24' row='10'} <li><a title="[field:title function='htmlspecialchars(@me)'/] " href="[field:arcurl /]">[field:title /]</a></li> {/dede:likeart} 調(diào)用圖片鏈接標(biāo)記: <a href="[field:arcurl/]"><img src="[field:picname/]" alt="[field:title/]" ></a> <a href='[field:arcurl /]'>[field:image/]</a> 調(diào)用文字鏈接標(biāo)記: <a href="[field:aucurl/]" title="[field:title/]">[field:title/]</a> <a title="[field:title function='htmlspecialchars(@me)'/] " href="[field:arcurl /]">[field:title /]</a> 控制字?jǐn)?shù)描述標(biāo)記: [field:description function="cn_substr(@me,100)"/]... 調(diào)用文章tags標(biāo)記: {dede:tag type='current'/} 文章關(guān)鍵字與描述: {dede:field name='keywords'/} {dede:field name='description' function='html2text(@me)'/} 欄目介紹:{dede:field name='description' function='html2text(@me)'/} 調(diào)用外部htm文件:{dede:include file='head.htm' ismake='yes'/} 搜索文章調(diào)用標(biāo)簽:{dede:global name='keyword'/}"的搜索結(jié)果 - {dede:global name='cfg_webname'/} 搜索" {dede:global name='keyword'/}</span>" 的結(jié)果 遞增序列號: [field:global name=autoindex/] 列表隔5行加一行線: {dede:list pagesize='50'} <LI><a href="[field:arcurl /]" title="[field:title function='htmlspecialchars(@me)'/]" target=_blank>[field:title function="cn_substr(@me,48)"/]</a>[field:pubdate runphp='yes'] $a="<font color=red>".strftime('%m-%d',@me)."</font>"; $b=strftime('%m-%d',@me); $ntime = time(); $day3 = 3600 * 24; if(($ntime - @me) < $day3) @me = $a; else @me =$b; [/field:pubdate]<br> [field:global name=autoindex runphp="yes"] if(@me%5==0)@me="<hr />"; else @me=""; [/field:global] {/dede:list} <DIV class="line2 m1 m3"></DIV></LI> 最新 文章列表 “隔行換色” 的方法 {dede:arclist orderby=pubdate titlelen='26' row='10'} [field:global runphp='yes' name=autoindex] $a="<div id='a'>"; $b="<div id='b'>"; if ((@me%2)==0) @me=$a; else @me=$b; [/field:global] <ul> <li>[field:title/]</li> </ul> </div> {/dede:arclist} 24小時(shí)內(nèi)更新的文章時(shí)間顯示為紅色: [field:pubdate runphp='yes'] $a="<font color=red>".strftime('%m-%d',@me)."</font>"; $b=strftime('%m-%d',@me); $ntime = time(); $day3 = 3600 * 24; if(($ntime - @me) < $day3) @me = $a; else @me =$b; [/field:pubdate] COPY頁面內(nèi)容,自動在后面加上網(wǎng)站信息,利于SEO <script type="text/javascript"> document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "\r\n本篇文章來源于 www.地址.COM 原文鏈接:"+location.href; clipboardData.setData("text", text); } }, 100 ) } </script> 按時(shí)間點(diǎn)擊文章排行榜調(diào)用標(biāo)簽: 按總: {dede:arclist row='24' titlelen=24 orderby=click} 按月: {dede:arclist row='24' titlelen=8 orderby=click subday=30} 按周: {dede:arclist row='24' titlelen=8 orderby=click subday=7} 在首頁調(diào)用某欄目的子欄目 {dede:channel type=’sun’ typeid=’欄目ID’} <a href=”[field:typelink/]“>[field:typename/]</a> {/dede:channel} 或者 {dede:global name=’maplist’/} 搜索表單調(diào)用標(biāo)簽: <form action="{dede:global name='cfg_phpurl'/}/search.php" name="formsearch"> <input type="hidden" name="kwtype" value="1" /> <input name="keyword" id="keyword" type="text" class="searchtxt" /> <select name="searchtype" id="searchtype"> <option value="titlekeyword" selected>智能模糊搜索</option> <option value="title">僅搜索標(biāo)題</option> </select> <input type="image" src="{dede:field name='templeturl'/}/images/topsearch_submit.gif" /> </form> 以信載商,良心建站。遨游始終秉承“一次建站、終身維護(hù)”的宗旨,竭誠為客戶提供最優(yōu)質(zhì)的互聯(lián)網(wǎng)服務(wù)。遨游建站率先植入seo優(yōu)化理念,讓你的網(wǎng)頁更利于搜索引擎抓取,關(guān)鍵詞排名更靠前。可仿站、可定制。無論是傳統(tǒng)型企業(yè)官網(wǎng)、集團(tuán)型品牌官網(wǎng),還是營銷型網(wǎng)站、電商型網(wǎng)站、定制型網(wǎng)站、特殊行業(yè)網(wǎng)站(醫(yī)療、教育),全部搞定。 公司:網(wǎng)站建設(shè)_小程序設(shè)計(jì)_競價(jià)托管代運(yùn)營公司;郵箱:1013601535@qq.com 手機(jī):17073547034;QQ: 1013601535 在線留言咨詢,24小時(shí)內(nèi)回復(fù)
我想咨詢 *
企業(yè)名稱
手機(jī)號碼 *
您的姓名
所在城市 提交 |
網(wǎng)站建設(shè)問題
熱門標(biāo)簽
最新發(fā)布 |