We know that paginated pages where after some number of posts we link (click) to the next page for the remaining posts. On the other hand, your post may be too long and you don't want to display total content in a page at a time; you can implement paginated post. Within paginated post, it contains post pagination link means you can divide a single post into several parts and browse through post pagination links.
Create paginated posts
Step#1
- Dashboard->Posts->Add New/Edit set text and paste <!--nextpage--> where you required. <!--nextpage--> can be used multiple times.
Step#2
- Within query loop use wp_link_pages(...); for create pagination of post.
- Where query post is extract post.
Paginated Posts
No comments:
Post a Comment