最模板 - 外贸网站建设,外贸网站模板

最模板

当前位置: 首页 > 建站教程 > CMS教程 > DedeCMS教程 >

织梦CMS列表页页码的修改方法

时间:2014-12-24 23:56来源: 作者: 点击:
织梦在列表页中是肯定会有页码的,在页码的样式上也有很多种效果,在使用默认调用页码的标签的时候程序文件中已经对调用的代码做了样式的设置,所以想要修改页码的样式还要从

织梦在列表页中是肯定会有页码的,在页码的样式上也有很多种效果,在使用默认调用页码的标签的时候程序文件中已经对调用的代码做了样式的设置,所以想要修改页码的样式还要从修改默认程序文件入手。
我们在调用页码使用的标签:
{dede:pagelist listitem="info,index,end,pre,next,pageno,option" listsize="5"/}
修改的方法:
打开include/arc.listview.class.php
删除219行的代码:$this->ParseTempletsFirst();
在247行$this->ParseDMFields($this->PageNo,1);前添加
$this->Fields['pagexx'] = $this->PageNo;
$this->ParseTempletsFirst();
//动态页的修改方法
在287行if((empty($this->PageNo) || $this->PageNo==1) 前添加
$this->Fields['pagexx'] = $this->PageNo;
//list_article.htm模板的修改方法
<title>{dede:field.title/} / 第{dede:field.pagexx /}页</title>

(责任编辑:最模板)
------分隔线----------------------------
栏目列表
推荐内容