Home > CMS Tutorial > DEDECMS > body text

DEDECMS tag code What is Prenext tag

藏色散人
Release: 2019-11-19 10:31:58
Original
1749 people have browsed it

DEDECMS tag code What is Prenext tag

DEDECMS Tag Code What is the Prenext tag?

DEDECMS tag code description and usage of Prenext tag

Recommended learning: dedecms tutorial

[Prenext tag]

Function description:

means to obtain the link list of the document "previous article/next article".

Applicable scope:

Document template only.

(1) Syntax:

{dede:prenext/}
Copy after login

(2) Attributes:

[1] get gets the connection type (2007 version only), get='' is the same as V4 to display horizontal The link to the previous and next pages of the row, get='pre' The link to the previous article get='next' The link to the next article

Note: This mark defaults to horizontal arrangement. If you want to use vertical arrangement, you can use

{dede:prenext function="str_replace(&#39;   下一篇:&#39;,&#39;<&#39;.&#39;br&#39;.&#39; />下一篇:&#39;,@me)"/}
Copy after login

The above is the detailed content of DEDECMS tag code What is Prenext tag. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!