织梦dede:channel的currentstyle里面加入~autoindex~自增

Posted dedevip

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了织梦dede:channel的currentstyle里面加入~autoindex~自增相关的知识,希望对你有一定的参考价值。

模板代码

{dede:channel type=‘top‘ row=‘10‘ currentstyle="<li class=‘hover‘><a href=‘~typelink~‘ ~rel~><span>~typename~</span>~autoindex~</a></li>"}
<li><a href=‘[field:typeurl/]‘ [field:rel/]><span>[field:typename/]</span>[field:global name=autoindex/]</a></li>
{/dede:channel}

修改方法

打开 /include/taglib/channel.lib.php 找到

$linkOkstr = str_replace("~typename~",$row[‘typename‘],$linkOkstr);

在它的下面加入

$linkOkstr = str_replace("~autoindex~",$GLOBALS[‘autoindex‘],$linkOkstr);

以上是关于织梦dede:channel的currentstyle里面加入~autoindex~自增的主要内容,如果未能解决你的问题,请参考以下文章

织梦dede:channel指定typeid子栏目调用currentstyle高亮无效的解决教程

织梦dede:channel的currentstyle里面加入~autoindex~自增

织梦 点击顶级栏目跳转到第一个子栏目

dede:channel二级导航currentstyle属性失效问题

dede:channelartlist和dede:channel调用栏目外部链接时用新窗口target="_blank"

dede新增字段调用方法