-
修改
arc.listview.class.php
文件- 找到
$this->ParseTempletsFirst();
和$this->ParseDMFields($this->PageNo, 0);
,在其前添加:$this->Fields['yema'] = $this->PageNo;
- 找到
-
在列表页模板中调用
- 使用以下标签调用页码:
{dede:field.yema /}
- 使用以下标签调用页码:


分享服务器维护、抵抗入侵、防篡改、防御攻击、排查后门木马、清理挖矿病毒、网络安全、信息安全、内网安全、数据灾备、网站搬迁、程序升级、威胁情报、网站安全运维的日常知识
修改arc.listview.class.php
文件
$this->ParseTempletsFirst();
和$this->ParseDMFields($this->PageNo, 0);
,在其前添加:
$this->Fields['yema'] = $this->PageNo;
在列表页模板中调用
{dede:field.yema /}