VIP福利
主页 > 建站问题 > 织梦技巧 > 织梦CMS dede:channel取子栏目时重复显示同级栏目

织梦CMS dede:channel取子栏目时重复显示同级栏目

没有子栏目时重复显示了同级栏目 解决方法 1、打开 /include/taglib/channel.lib.php 找到 $type==son $reid!=0 $totalRow==0 改成 $type==son $reid!=0 $totalRow==0 $noself== 2、 dede:channel 标签写法加入 noself=yes […]



没有子栏目时重复显示了同级栏目

 

解决方法

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

$type=='son' && $reid!=0 && $totalRow==0

改成

$type=='son' && $reid!=0 && $totalRow==0 && $noself==''

2、dede:channel 标签写法加入noself=yes


说点什么吧
  • 全部评论(0
    还没有评论,快来抢沙发吧!