代码如下,样式部分请自己完善和修改
12345678910111213141516171819202122232425262728293031 {cms:rp top="0" table="cms_category" where="followid=$classid" order="catenum,cateid"}<><href="{cateurl($rp[cateid])}" title="{$rp[catename]}">{$rp[catename]}</ >{php $sonid=get_sonid_all($rp[cateid])}{cms:rs top="10" table="cms_content" where="islock=1 and classid in($sonid)" order="ontop desc,ordnum desc,id desc"}<href="{$rs[link]}" title="{$rs[title]}">{cutstr($rs[title],80,1)}</ ></ >><{/cms:rs}</>{/cms:rp}