首先要把/include/taglib/channerl.lib.php 文件的代码修改成以下的:
复制代码
for($i=0;$i 1) $likeType .= "
- \r\n";for($j=0;$j1) $likeType .= "
- \r\n";if($row=$dsql2->GetArray()){$row['typelink'] = $row['typeurl'] = GetOneTypeUrlA($row);if(is_array($dtp2->CTags)){foreach($dtp2->CTags as $tagid=>$ctag){if(isset($row[$ctag->GetName()])){$dtp2->Assign($tagid,$row[$ctag->GetName()]);}elseif (preg_match(‘/^sonchannel[0-9]*$/’,$ctag->GetName())){$dtp2->Assign($tagid,lib_channel_son($ctag,$row['id'],$dsql3));}}}$likeType .= $dtp2->GetResult();}if($col>1) $likeType .= " \r\n";}//Loop Colif($col>1){$i += $col – 1;$likeType .= "
复制代码
- {dede:channel type=’son’ typeid=’16′}
- [field:typename/]
- [field:sonchannel0]
- [field:typename/]
- [field:sonchannel1]
- [field:typename/]
- [field:sonchannel2]
- [field:typename/]
- [field:sonchannel3]
- [field:typename/] [/field:sonchannel3]
[/field:sonchannel2]
[/field:sonchannel1] - [field:typename/]
[/field:sonchannel0] - [field:typename/]
{/dede:channel} - [field:typename/]
以上typeid中的数字改成你的大分类的ID即可,因为在DEDE官方论坛没找到,织梦Dedecms模板平台所以这里发上来,希望能方便有用者。
注意:未免出错修改文件前请做好备份,以上代码可能有些引号又被自动转成全角的了,请修改成半角的。