$cquery = "Select * From `dede_archives` arc where arc.typeid not in (1,2,3...) and {$this->AddSql}"; |
//搜索 $query = "Select arc.*,act.typedir,act.typename,act.isdefault,act.defaultname,act.namerule,act.namerule2,act.ispart,act.moresite,act.siteurl,act.sitepathfrom `dede_archives` arc left join `dede_arctype` act on arc.typeid=act.idwhere act.id not in (4,5,,6....) and {$this->AddSql} $ordersql limit $limitstart,$row"; |
如果是要搜索某个内容模型中的文章,其他模型都不参与搜索,那么只需打开/plus/search.ph文件,在第十二行左右有如下代码 其中$channeltype就是指定搜索的内容模型,将最后的数字修改为对应的内容模型即可.
$channeltype = (isset($channeltype) && is_numeric($channeltype)) ? $channeltype : 6; 本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!