dedecms常用标签总结

04.09 21:11:35发布

dedecms内容模板的标签

标题/关键词/描述

<title>{dede:field.title/} - {dede:global.cfg_webname/}</title>

<meta name="keywords" content="{dede:field.keywords/}"/>

<meta name="description" content="{dede:field.description function=html2text(@me)/}"/>


电脑站跳转到手机站js代码

<meta http-equiv="mobile-agent" content="format=xhtml;url={dede:global.cfg_mobileurl/}/view.php?aid={dede:field.id/}">


文章标题

{dede:field.title/}


文章内容摘要

{dede:field.description/}


文章内容摘要

{dede:field.description/}


文章时间格式2020-1-1

{dede:field.pubdate function="MyDate('Y-m-d',@me)"/}


文章点击数(动态)

{dede:field.pubdate function="MyDate('Y-m-d',@me)"/}


文章作者

{dede:field.writer runphp=yes}@me = (empty(@me) ? "admin" : "@me");{/dede:field.writer}


文章来源

{dede:field.source runphp=yes}@me = (empty(@me) ? "本站" : "@me");{/dede:field.source}


文章当前链接(动态/静态)

{dede:global.cfg_basehost/}{dede:field.id runphp='yes'}$result=GetOneArchive(@me);@me=$result['arcurl'];{/dede:field.id}


文章内容

{dede:field.body/}


文章内容分页条

{dede:pagebreak/}


文章相关文章

{dede:likearticle mytypeid='' row='' col='' titlelen='' infolen=''}{/dede:likearticle}


文章相关文章(二开)

{dede:liketags row='3' typeid='6' titlelen='250' eregtype='all|tag|keyword' flag='c' infolen='250'}{/dede:liketags}


文章TAG标签

{dede:tag row='30' sort='new' getall='0'}<a href="[field:link/]">[field:tag /]</a>{/dede:tag}


图集图片调用

{dede:field name=imgurls alt=图片输出区 row=1}[field:imgsrc/]{/dede:field}


图集图片调用

{dede:productimagelist}[field:imgsrc/][field:text/]{/dede:productimagelist}


上一篇/下一篇

{dede:prenext get=pre/}{dede:prenext get=next/}


dedecms列表模板的标签

标题/关键词/描述

<title>{dede:field.title/} - {dede:global.cfg_webname/}</title>

<meta name="keywords" content="{dede:field.keywords/}"/>

<meta name="description" content="{dede:field.description function=html2text(@me)/}"/>


电脑站跳转到手机站js代码

<meta http-equiv="mobile-agent" content="format=xhtml;url={dede:global.cfg_mobileurl/}/list.php?tid={dede:field.id/}">


获取顶级栏目相关信息

{dede:field.typeid function=gettoptype(@me,typename)/}


获取上级栏目相关信息

{dede:field.typeid function=getredtype(@me,typename)/}


当前栏目名称

{dede:field.typename/}


当前栏目内容

{dede:field.content/}


当前栏目链接

{dede:type}[field:typeurl/]{/dede:type}


当前位置

{dede:field.position/}


栏目文档数据列表

{dede:list pagesize='10' titlelen='250'}{/dede:list}


栏目分页条标签

<div><ul>{dede:pagelist listitem="index,end,pre,next,pageno" listsize="3" pagelang=""/}</ul></div>


栏目文档总数量(二开)

{dede:itemcount listsize='4'/}


栏目分页条通用样式CSS代码

.my_pages{clear:both!important;padding:5px 0 0;text-align:center;margin:5px auto;line-height:30px;}

.my_pages ul{text-align:center;list-style:none;}

.my_pages ul li{list-style:none;text-align:center;height:24px;display:inline;margin:0 2px;padding:0;overflow:hidden;white-space:nowrap;font-size:13px;}

.my_pages ul li a{background:#fff;color:#555;display:inline;height:24px;overflow:hidden;padding:6px 10px;margin:0;border: #999 1px solid;}

.my_pages ul li a:hover{color:#fff;background:#FF6600;border:#FF6600 1px solid;height:24px;overflow:hidden;text-decoration:none;cursor:pointer;}

.my_pages ul li.thisclass a{background:#FF6600;border:#FF6600 1px solid;height:24px;overflow:hidden;color:#fff;font-weight:700;}


电脑站搜索框和相关传参

<form name="formsearch" action="/plus/search.php">

<input type="hidden" name="pagesize" value="15">

<input type="hidden" name="kwtype" value="0"/>

<input type="text" name="q" value=""/>

</form>


搜索页-搜索XXX的结果

搜索 {dede:global.keyword function=RemoveXSS(@me)/} 的结果


自增+取余[中括号]

[field:global name=autoindex runphp=yes](@me%4==1) ? @me='<tr>':@me='';[/field:global]


dedecms首页模板标签调用

标题/关键词/描述

<title>{dede:field.title/} - {dede:global.cfg_webname/}</title>

<meta name="keywords" content="{dede:field.keywords/}"/>

<meta name="description" content="{dede:field.description function=html2text(@me)/}"/>


电脑站跳转到手机站js代码

<meta http-equiv="mobile-agent" content="format=xhtml;url={dede:global.cfg_mobileurl/}">


引入头部模板

{dede:include filename="head.htm"/}


引入底部模板

{dede:include filename="foot.htm"/}


文档列表(常用)

{dede:arclist typeid='' row='' titlelen='50' channelid='' addfields='' flag='' isweight='' orderby='' orderway='' limit=''}{/dede:arclist}


文章链接

[field:arcurl/]


文章标题

[field:title/]


文章完整标题

[field:fulltitle/]


文章缩略图

[field:litpic/]


文章内容摘要

[field:description function=cn_substr(@me,250)/]


文章时间格式2020-1-1

[field:pubdate function="MyDate('Y-m-d',@me)"/]


文章时间格式May 15,2020

[field:pubdate function='strftime("%b %d, %Y",@me)'/]


文章点击数

[field:click/]


获取一个栏目链接

{dede:type typeid=}[field:typeurl/]{/dede:type}


获取一个栏目内容(二开)

{dede:type typeid=}[field:content function=cn_substr(html2text(@me),380)/]{/dede:type}


友情链接

{dede:flink type='text' row='100'}[field:url/][field:webname/]{/dede:flink}


幻灯大图小图(插件)

{dede:myppt typeid=1 row=6}[field:url/][field:pic/][field:pic2/][field:title/]{/dede:myppt}


dedecms头部尾部标签

网站标题名称

{dede:global.cfg_webname/}


网站域名链接

{dede:global.cfg_basehost/}


站点安装目录

{dede:global.cfg_cmspath/}


首页高亮判断

{dede:field name=typeid runphp=yes}(@me=='')? @me=' class="current"':@me='';{/dede:field}


channelartlist多个栏目调用

{dede:channelartlist row=7 typeid=top currentstyle=current}{dede:field.typeurl/}{dede:field.typename/}{/dede:channelartlist}


channelartlist栏目高亮样式

{dede:field.currentstyle/}


自增{大括号}

{dede:global name=itemindex/}


自增+判断{大括号}

{dede:global name=itemindex runphp=yes}if(@me==1)@me=' class="current"';else @me='';{/dede:global}


是否最后一个(二开)

{dede:global name=iflast runphp=yes}if (@me) @me = '';else @me = '|';{/dede:global}


栏目外部链接新窗口打开

{dede:field.ispart runphp=yes}(@me==2)? @me=' target="_blank"':@me='';{/dede:field.ispart}


判断是否有下级栏目

{dede:field name=typeid runphp=yes}global $dsql;$sql = "SELECT id FROM `#@__arctype` WHERE reid='@me' And ishidden<>1 order by sortrank asc limit 0,1";$row = $dsql->GetOne($sql);@me=is_array($row)?'有下级':'没下级';{/dede:field}


channel 顶级栏目+高亮

{dede:channel type='top' row='7' currentstyle="<a href='~typelink~' title='~typename~' class='cur'>~typename~</a>"}

<a href='[field:typelink /]' title='[field:typename/]'>[field:typename/]</a>

{/dede:channel}


channel 子栏目+高亮

{dede:channel type='son' currentstyle="<a href='~typelink~' title='~typename~' class='cur'>~typename~</a>"}

<a href='[field:typelink /]' title='[field:typename/]'>[field:typename/]</a>

{/dede:channel}


自增[中括号]

[field:global name=autoindex/]


自增+判断[中括号]

[field:global name=autoindex runphp=yes](@me==1)? @me=' class="current"':@me='';[/field:global]


是否最后一个(二开)

[field:global name=iflast runphp=yes]if (@me) @me = '';else @me = '|';[/field:global]


栏目外部链接新窗口打开

[field:ispart runphp=yes](@me==2)? @me=' target="_blank"':@me='';[/field:ispart]

TAG标签: css dedecms url

登录 后发表评论
0条评论
还没有人评论过~