实现教程 打开织梦 /include/arc.searchview.class.php 找到 在它的上面加入 else if($tagname==itemcount) { $this-dtp-Assign($tagid,$this-TotalResult); } 织梦搜索页模板里调用标签写法 {dede:itemcount/} 例如 搜索 strong{dede:global name=keyword f
实现教程
打开织梦 /include/arc.searchview.class.php 找到
在它的上面加入
else if($tagname=="itemcount")
{
$this->dtp->Assign($tagid,$this->TotalResult);
}
织梦搜索页模板里调用标签写法
{dede:itemcount/}
例如
搜索 <strong>{dede:global name='keyword' function='RemoveXSS(@me)'/}</strong> 的结果 共有 {dede:itemcount/} 条记录