要实现织梦让channelartlist标签支持currentstyle高亮属性方法
首先打开include\taglib\channelartlist.lib.php
找到
$pv->Fields['typeurl'] = GetOneTypeUrlA($typeids[$i]);
在此行代码下方增加以下代码:
if($typeids[$i]['id'] == $refObj->TypeLink->TypeInfos['id'] || $typeids[$i]['id'] == $refObj->TypeLink->TypeInfos['topid'] ){
$pv->Fields['currentstyle'] = $currentstyle ? $currentstyle : 'current';
}
else{
$pv->Fields['currentstyle'] = '';
}
添加这个后才能对二级栏目也起作用
调用方法:
{dede:channelartlist typeid='4' currentstyle='current'}
<li class='{dede:field.currentstyle/}'><a rel="nofollow noopener noreferrer" href='{dede:field name='typeurl'/}'>{dede:field name='typename'/}</a></li>
{/dede:channelartlist}
以上就是织梦让channelartlist标签支持currentstyle高亮属性方法。善欲人知不是真善,恶恐人知便是大恶。更多关于织梦让channelartlist标签支持currentstyle高亮属性方法请关注haodaima.com其它相关文章!