1、在include文件夹下找到 arc.listview.class.php
删掉 $this->ParseTempletsFirst();
2、大概在248行的位置找到$this->ParseDMFields($this->PageNo,1);
在其前面前添加一下代码:
$this->Fields['pagexx'] = $this->PageNo;
$this->ParseTempletsFirst();
3、修改列表页模版,如list_article.htm(当然也可以是你自己任意命名的)
在原本的<title></title>标签之间加上_第{dede:field.pagexx /}页,如下边示范
<title>{dede:field.title/}_第{dede:field.pagexx /}页</title>
当然“_”可以删除不要或者换成其他你认为对搜索引擎比较友好的符号。