//否定指定ID
if($notypeid!=0) {
$tpsql = $tpsql."and not(id in($notypeid)) ";
}
模板调用:
{dede:channelartlist typeid ='114' notypeid='123,124,122,127'}
其中notypeid='123,124,122,127'中的123,124,122,127为114的子栏目。
下面是修改后的channelartlist.lib.php
标签:
织梦channelartlist