![How to do dedecms paging](https://img.php.cn/upload/article/000/000/039/5d314fe18897a33How%20to%20do%20dedecms%20paging)
dedecms paging settings are as follows: (Use arclist tag Ajax to realize Dreamweaver home page paging)
1. On the home page Introduce the following code into
![1563507932817750.jpg How to do dedecms paging](https://img.php.cn/upload/image/899/706/274/1563507932817750.jpg)
##2. Add the following paging code into the head
![1563508429239698.jpg How to do dedecms paging](https://img.php.cn/upload/image/811/486/371/1563508429239698.jpg)
3. The implementation must contain tagid and pagesize parameters in the arclist tag. The method code is as follows
![1563508479545778.jpg How to do dedecms paging](https://img.php.cn/upload/image/322/963/868/1563508479545778.jpg)
4. The cache must be declared in the arcpagelist tag The parameter tagid and the code that the cache parameter is consistent with the tagid in arclist
![156350852234037How to do dedecms paging How to do dedecms paging](https://img.php.cn/upload/image/951/548/906/156350852234037How%20to%20do%20dedecms%20paging)
5. Create a new "Home Page" column in the background as follows
![1563508589944670.jpg How to do dedecms paging](https://img.php.cn/upload/image/930/436/856/1563508589944670.jpg)
6. Set up the home page columns--"For the template, just use the list template directly-" The Dreamweaver home page pagination created by the cross-column ID can be realized.
![156350867098804How to do dedecms paging How to do dedecms paging](https://img.php.cn/upload/image/748/186/298/156350867098804How%20to%20do%20dedecms%20paging)
![156350872499696How to do dedecms paging How to do dedecms paging](https://img.php.cn/upload/image/271/686/494/156350872499696How%20to%20do%20dedecms%20paging)
For more DedeCMS related technical articles, please visit the
DedeCMS Tutorial column to learn!
The above is the detailed content of How to do dedecms paging. For more information, please follow other related articles on the PHP Chinese website!