• 全国400电话网上服务平台
    强大号码库资源任选,方便,快捷,快速开通。
    咨询热线:400-1100-266  

    织梦文章列表页和搜索结果单独输出当前页码、总页码、文档总数
    POST TIME:2021-05-23 01:50
    织梦文章列表页和搜索结果单独输出当前页码、总页码、文档总数,不是用dede:sql的方式。

    织梦栏目列表页实现教程

    打开 /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->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);
    }

    如图


    织梦栏目列表模板和搜索结果页模板调用标签统一写法

    当前第{dede:pageno/}页 共有{dede:totalpage/}页 共有{dede:totalresult/}条数据

    
    关于我们 | 付款方式 | 建站知识 | 增值服务 | 网站模板
    Copyright © 2003-2016
    时间:9:00-21:00 (节假日不休)
    版权所有:巨人网络(扬州)科技有限公司
    总部地址:江苏省信息产业基地11号楼四层
    《增值电信业务经营许可证》 苏B2-20120278
    X

    截屏,微信识别二维码

    微信号:veteran88

    (点击微信号复制,添加好友)

     打开微信

    微信号已复制,请打开微信添加咨询详情!