织梦DEDECMS搜索显示搜索数量【企业微信源码 服务器】
打开 /include/arc.searchview.class.php 搜索

织梦DEDECMS搜索显示搜索数量【企业微信源码 服务器】
else if($tagname=="field")
在它上面加入
else if($tagname=="itemcount")
{
$this->dtp->Assign($tagid,$this->TotalResult);
}
搜索模板用{dede:itemcount/}调用即可,