- A+
一、首页标签:
1、三大标签:
- <title>{dede:global.cfg_webname/}</title>
- <meta name="description" content="{dede:global.cfg_description/}" />
- <meta name="keywords" content="{dede:global.cfg_keywords/}" />
2、幻灯片完整标签
2.1、默认广告位创建
- {dede:arclist flag="f"}
- <li><a href="[field:arcurl /]"><img src="[field:picname/]"></a></li>
- {/dede:arclist}
这个标签事实在处理内容的时候感觉并不是那么的便利,建立在缩略图在等比例的情况下是没有问题,如果不是的话,那么久有图片被压缩,或者被放大了。所以我们大多数的时候,会直接使用广告代码来直接替代内容,但是有人会说,广告页无法使用图片上传的功能,然后。。。事实上是可以的。
但是也可以使用投机取巧的方式,使用目录页的跳转功能来做。
2.2、独立目录创建
- {dede:arclist flag="f" tyepid="*"}
- <li><a href="[field:arcurl /]"><img src="[field:picname/]"></a></li>
- {/dede:arclist}
选择任意目录去创建广告,记得选择隐藏目录,不过链接是动态的
2.3、广告位创建
- <li><a href="http://www.lijinlong.cc"><img src="http://www.lijinlong.cc/wp-content/themes/begin/ad/img/LOGO.png"></a></li>
- <li><a href="http://www.lijinlong.cc"><img src="http://www.lijinlong.cc/wp-content/themes/begin/ad/img/LOGO.png"></a></li>
- <li><a href="http://www.lijinlong.cc"><img src="http://www.lijinlong.cc/wp-content/themes/begin/ad/img/LOGO.png"></a></li>
直接调用广告位{dede:myad name='广告位标识'/},或者js调用<script src='/plus/ad_js.php?aid=21' language='javascript'></script>
3、随机推荐
- {dede:arclist orderby="rand"}
- <li><a href="[field:typeurl/]" title="[field:fulltitle/]" >[[field:typename/]]</a><a href="[field:arcurl /]" alt="[field:title /]"><img src="[field:picname/]"> </a></li>
- {/dede:arclist}
<a href="[field:typeurl/]" title="[field:fulltitle/]" >[[field:typename/]]</a> 获取本文的栏目信息
<a href="[field:arcurl%20/]" alt="[field:title /]"><img src="[field:picname/]"> </a> 获取文章值,分别为文章链接、文章标题、文章缩略图
4、浏览量
- [field:click/]
二、列表页标签:
1、三大标签
- <title>{dede:field.title/}_{dede:global.cfg_webname/}</title>
备注说明:{dede:field.seotitle /}栏目的标题可以直接通过创建分类里面的SEO标题(栏目管理-高级选项-seo标题),可以一次性写完,把网站名称也写在里面,这样就可以不调用{dede:global.cfg_webname/}这个标签了
- <meta name="keywords" content="{dede:field name='keywords'/}" />
- <meta name="description" content="{dede:field name='description' function='html2text(@me)'/}" />
三、内容页标签:
1、三大标签
- <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)'/}" />
2、优化标签
- <link href="http://域名{dede:field name='arcurl'/}" rel="canonical" />
域名后没有后斜杠,否则就变成了两条斜杠,自适应模板使用一条即可,网站跳转适配的手机端,无需增加。
四、搜索页标签
1、三大标签
- <title>搜索页_{dede:global.cfg_webname/}</title>
- <meta name="keywords" content="{dede:field name='keywords'/}" />
- <meta name="description" content="{dede:field name='description' function='html2text(@me)'/}" />
这个部分的东西,事实上并没有什么卵用,但是可以去查看后台,网站本身用户最关注的内容是什么,从而去推送用户最喜欢的内容