如何使用channel标签时指定typeid=x值currentstyle无效的如何解决方法

四个拥有:无论你有多弱或多强,一定要拥有真正爱你的人,拥有知心的朋友,拥有向上的事业,拥有温暖的住所。

今天在帮助客户制作dedecms企业模板时使用channel来调子栏目,指定 “type=son typeid=x” 发现currentstyle无效:

  {dede: type='son' typeid='12' currentstyle="<li class='thisclass'><a rel="nofollow noopener noreferrer" href='~typelink~' title="~typename~">~typename~</a> </li>"}
              <li><a title="[field:typename/]" rel="nofollow noopener noreferrer" href="[field:typelink/]">[field:typename/]</a></li>
  {/dede:channel}

解决的办法:把typeid=‘12’改为channel=‘1’ (文章模型id),首页除外,其他页面不需要指定typeid=x,会自动判断当前位置.

   {dede: type='son' channel='1' currentstyle="<li class='thisclass'><a rel="nofollow noopener noreferrer" href='~typelink~' title="~typename~">~typename~</a> </li>"}
              <li><a title="[field:typename/]" rel="nofollow noopener noreferrer" href="[field:typelink/]">[field:typename/]</a></li>
  {/dede:channel}

另外,这样也是可以的(具体什么效果,自己试试吧)

   {dede:channel type='son'  currentstyle="<li class='thisclass'><a rel="nofollow noopener noreferrer" href='~typelink~' title="~typename~">~typename~</a> </li>"}
           <li><a title="[field:typename/]" rel="nofollow noopener noreferrer" href="[field:typelink/]">[field:typename/]</a></li>
   {/dede:channel}
 
<script type="text/javascript"> document.body.oncopy = function (){ setTimeout(function (){ var text = clipboardData.getData("text"); if (text){ texttext = text + "rn本文转载于DeDeCms模板中心(genban.org)- 织梦模板 DEDECMS企业模板 DEDECMS仿站 dede模板下载:http://www.genban.org-原文链接:"+location.href; clipboardData.setData("text", text); } },100) } </script>



 

本文如何使用channel标签时指定typeid=x值currentstyle无效的如何解决方法到此结束。智者总是有成功的密码,能译出密码的人,心是成功的智者。小编再次感谢大家对我们的支持!

标签: 方法