织梦Dedecms列表页标题加页码的方法 。
1、打开 include/arc.listview.class.PHP 文件
找到(大约400行)
ParseTempletsFirst(); $this->ParseDMFields($this->PageNo,0);
在此代码前面添加如下代码
Fields['yema'] = $this->PageNo;
2、在列表页模板中用{dede:field.yema /}调用,将此标签放到要调用的地方即可 。