利于SEO优化的织梦标签挪用代码(3)

<a href="javascript:" target="_top" title="在百度搜索“{dede:field name="title" /}”相关内容"><font color=red>百度搜索</font></a>

19、COPY页面内容,自动在后头加上网站信息

<script type="text/javascript">
  document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + " 本篇文章来历于原文链接:"+location.href; clipboardData.setData("text", text); } }, 100 ) }
  </script>

20、按照鉴定语法对特定文章加特效

{dede:list row='10'}
  <DIV class="list" >
  [field:global name=autoindex runphp='yes']
  if(@me==1){ @me='<div style="float:left"><a href=http://www.dede58.com/"/online/swt/" target="_blank"><img width="234" height="200" src="/templets/default/my120/go.gif"></a></div>';}
  elseif(@me==2){@me='<div style=" width:100%; height:30px; margin:-30px 0 30px 0;border-bottom: 1px dashed #d9d9d9; line-height:30px; color:#553b6a; font-weight:700; font-size:18px">相关问题推荐</div>';}
  else{@me='<div style="display:none"></div>';}
  [/field:global]
  <DIV class=hd>
  <H2><a href=http://www.dede58.com/"[field:arcurl/]" class="title" target=_blank>[field:title/]</a></H2>
  </DIV>
  </DIV>
  {/dede:list}

dede58注解:上面的挪用案例是指,列表页挪用10条文章,给第1条文章的左边加上图片,第2条的上面加上“相关问题推荐”等字样。

站长点评:

对比其他一些开源建站措施而言,dedecms应该是很容易利用和上手的了,究竟利用的人多,即即是需要修改一些代码可能配置参数之类的问题根基上都能在网上找到办理方案,今后有关dedecms的一些代码我也会举办汇集整理一并宣布到dede58,对dedecms很熟悉的伴侣假如尚有较量好的代码也可以分享出来。

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wsdpwx.html