
How to modify the page number of list_article.htm list page?
SEO modification method of list page list_article.htm with page number
Recommended study: 梦Weavercms
Modify include/arc.listview .class.php
//How to modify the static page
1. Delete line 219 $this->ParseTempletsFirst();
2. In line 247$ Add
$this->Fields['pagexx'] = $this->PageNo; $this->ParseTempletsFirst(); //动态页的修改方法
3 before this->ParseDMFields($this->PageNo,1);. In line 287 if((empty($this->PageNo) || $this->PageNo ==1) Add
$this->Fields['pagexx'] = $this->PageNo;
//list_article.htm模板的修改方法
<title>{dede:field.title/} / 第{dede:field.pagexx /}页</title>before adding a way to optimize the custom list page:
Modify the column, fill in your optimization text in the column content, in the template list_article.htm Modify the title and add {dede:field.content/}.
Add another optimization:
Modify the column, fill in your optimization text in the column advanced option keywords, and add it to the template list_article Modify the title in .htm and add {dede:field name='keywords'/},
The above is the detailed content of How to modify list_article.htm list page with page number. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SublimeText3 Linux new version
SublimeText3 Linux latest version

Dreamweaver CS6
Visual web development tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.





