发布时间:2023-05-28 10:29:24
来源:网络
.
工作是一种乐趣时,生活是一种享受!工作是一种义务时,生活则是一种苦役。对待平凡的工作要用不平凡的态度去面对。
初始代码:
{dede:channel type='top' row='10' currentstyle="<li class='hover'><a rel="nofollow noopener noreferrer" href='~typelink~' ~rel~><span>~typename~</span>~autoindex~</a></li>"}
<li><a rel="nofollow noopener noreferrer" href='[field:typeurl/]' [field:rel/]><span>[field:typename/]</span>[field:global name=autoindex/]</a></li>
{/dede:channel}
|
|
|
|
修改方法:
打开 includetaglibchannel.lib.php 找到
|
$linkOkstr = str_replace("~typename~",$row['typename'],$linkOkstr); |
|
在其下面加入下面的代码段:
|
$linkOkstr = str_replace("~autoindex~",$GLOBALS['autoindex'],$linkOkstr); |
|
本文织梦模板中channel标签的currentstyle里加入autoindex自增标签到此结束。人生不要被过去所控制,决定你前行的,是未来。小编再次感谢大家对我们的支持!