打开:include\taglib\channel.lib.php文件可以看到:
- $type=='son' && $reid!=0 && $totalRow==0
把
- if($type=='son'&&$reid!=0&&$totalRow==0)
改成
- if($type=='son'&&$reid!=0&&$totalRow==0&&$noself=='')
在织梦的channel标签中加上 noself='yes'就可以了!
- {dede:channel type='son'row='5'noself='yes'}