主页 > 网站建设 > 建站知识 > 织梦列表页标题加页码的方法

织梦列表页标题加页码的方法

POST TIME:2021-05-23 01:16

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


收缩
  • 微信客服
  • 微信二维码
  • 电话咨询

  • 400-1100-266