易优cms在当前栏目下如何调用同级兼下级栏目呢?下面代码即可实现。 {eyou:channel type=sonself currentstyle=active} li a href={$field.typeurl} title={$field.typename} class={$field.currentstyle}......
易优cms在当前栏目下如何调用同级栏目呢?下面代码即可实现。 {eyou:channel type=self currentstyle=active} li a href={$field.typeurl} title={$field.typename} class={$field.currentstyle}{$fiel......
织梦dede:channel取子栏目时重复显示同级栏目的解决方法,没有子栏目时重复显示了同级栏目 解决方法 1、打开 /include/taglib/channel.lib.php 找到 $type=='son' $reid!=0 $totalRow==0 改成 $type=='son' $reid!=0 $total......
修改taglib库 channel.lib.php 109行if($type==son $reid!=0 $totalRow==0 $noself==) 加入noself属性 调用方法: {dede:channel typeid=144 type=son noself=yes}...