首页 > CMS > 织梦DEDE > 正文

织梦dedecms导航栏首页currentstyle参数失效导致无法高亮的解决办法

2024-07-12 08:45:45
字体:
来源:转载
供稿:网友
默认织梦的首页没有设置高亮属性,只要其他栏目可以。以下代码可以解决这个问题: 


复制代码
<li{dede:field name=typeid runphp="yes"}(@me=="")? @me=" class='hover'":@me="";{/dede:field}> <a href="{dede:global.cfg_cmsurl/}/"><span>主页</span></a></li>{dede:channel type='top' row='10' currentstyle="<li class="hover"><a href='~typelink~' ~rel~><span>~typename~</span></a></li>"}<li><a href='[field:typeurl/]' [field:rel/]><span>[field:typename/]</span></a></li>{/dede:channel}
以上蓝色加粗的代码就是判断当前栏目是否是首页,如果是首页则加上class='hover',否则就不加,以此来达到想要的效果。
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表