打开 /include/arc.ListvIEw.class.PHP 找到 (大约在673行)
else if($PageNo!=1 && $ctag->Getname()=='fIEld' && $ctag->GetAtt('display')!='')
在它上面加入
else if($ctag->Getname()=="pageno"){$this->dtp->Assign($tagID,$this->PageNo);}else if($ctag->Getname()=="totalpage"){$this->dtp->Assign($tagID,ceil($this->TotalResult/$this->PageSize));}else if($ctag->Getname()=="totalresult"){$this->dtp->Assign($tagID,$this->TotalResult);} |
如图
织梦搜索结果页实现教程
打开 /include/arc.searchvIEw.class.PHP 找到 (大概在542行)
else if($tagname=="fIEld")
在它上面加入
else if($ctag->Getname()=="pageno"){$this->dtp->Assign($tagID,$this->TotalResult);} |
如图
织梦栏目列表模板和搜索结果页模板调用标签统一写法
当前第{dede:pageno/}页 共有{dede:totalpage/}页 共有{dede:totalresult/}条数据
上一篇:织梦前台和后台根据联动枚举数字输出文字的方法
下一篇:织梦arclist标签idlist按指定id顺序输出文章
总结以上是内存溢出为你收集整理的织梦文章列表页和搜索结果单独输出当前页码、总页码、文档总数全部内容,希望文章能够帮你解决织梦文章列表页和搜索结果单独输出当前页码、总页码、文档总数所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)