12345678910111213141516171819 <>{php $sonid=get_sonid_all($topid)}{cms:rs top="10" table="cms_content" where="islock=1 and classid in($sonid) and id<>$id" order="ontop desc,ordnum desc,id desc"}{rs:eof}暂无资料{/rs:eof}<'m-d',$rs[createdate])}]</ >< href="{$rs[link]}" title="{$rs[title]}">{$rs[title]}</ ></ >>< >[{date({/cms:rs}</>
代码说明:
先获取内容所在大栏目ID的所有子类,然后给where参数使用,并排除当前内容ID。