VIP福利
主页 > 建站问题 > 程序开发 > 织梦dedecms栏目列表文档总数量用标签输出

织梦dedecms栏目列表文档总数量用标签输出

实现教程 打开 /include/arc.listview.class.php 找到 (大约在673行) else if ($PageNo!= 1 $ctag-GetName()== field $ctag-GetAtt( display )!= ) 在它上面加入 else if ($ctag-GetName()== itemcount ){ $this -dtp-Assign($tagid, $this -TotalResult);} 栏目列表模板调用标签写法 { dede :itemcount/} […]



实现教程

打开 /include/arc.listview.class.php 找到 (大约在673行)

else if($PageNo!=1 && $ctag->GetName()=='field' && $ctag->GetAtt('display')!='')

在它上面加入

else if($ctag->GetName()=="itemcount")
{   
	$this->dtp->Assign($tagid,$this->TotalResult);
}

栏目列表模板调用标签写法

{dede:itemcount/}


说点什么吧
  • 全部评论(0
    还没有评论,快来抢沙发吧!