DedeCMS 默認(rèn)采集選擇只有普通文章和圖片集,自定義的內(nèi)容模型默認(rèn)是無法采集的,采集后導(dǎo)入數(shù)據(jù)找不到欄目,無法導(dǎo)出到相應(yīng)的文章欄目中. dedecms.com 要使 DedeCMS 采集普通文章以外的其它內(nèi)容模型,打開后臺(tái) templets 文件夾 co_add_step0.htm 文件: 修改代碼: $dsql->SetQuery("Select id,typename From `dede_channeltype` where id in(1,2 這里加上自己的內(nèi)容模型 ) order by id asc "); 這樣就可以采集自定義模型文章了!