先给大家看一段代码:
复制代码 代码如下:{dede:channelartlist typeid = 3}- {dede:channel type='son' noself='yes'}
- ·[field:typename/] {/dede:channel}
其实很简单:
打开:include\taglib\channel.lib.php文件。找到if($type=='son' && $reid!=0 && $totalRow==0)改成if($type=='son' && $reid!=0 && $totalRow==0 && $noself=='')
这样就对了。














发表评论