1. 修改文件 \\include\\taglib\\channel.lib.php
把代码
if($type=='son' && $reid!=0 && $totalRow==0)
改为
if($type=='son' && $reid!=0 && $totalRow==0 && $noself=='')
2. 使用channel标签时添加noself属性
{dede:channel noself='yes'} {/dede:channel}
THE END
1. 修改文件 \\include\\taglib\\channel.lib.php
把代码
if($type=='son' && $reid!=0 && $totalRow==0)
改为
if($type=='son' && $reid!=0 && $totalRow==0 && $noself=='')
2. 使用channel标签时添加noself属性
{dede:channel noself='yes'} {/dede:channel}