织梦搜索结果显示结果数量方法
打开织梦/include/arc.searchview.class.php找到
在它的上面加入
elseif($tagname=="itemcount")
{
$this->dtp->Assign($tagid,$thi
更多精彩就在: 51免费论文网|www.jxszl.com
s->TotalResult);
}
织梦搜索页模板里调用标签写法
{dede:itemcount/}
例如
搜索{dede:globalname=keywordfunction=RemoveXSS(@me)/}的结果共有{dede:itemcount/}条记录
原文链接:http://www.jxszl.com/biancheng/dedecms/76202.html