Paginating A Single Post
Why would I want to paginate a single post? The only reason why you’d want to paginate a single post is usually down to the post being very long. If a post is exceptionally long it’s a good idea to break it up.
Breaking up your posts is very easy to do. Here’s how to do it:
- In order to paginate your blog post switch to the TEXT view. Do not attempt to use the Visual mode.
- Enter the following code to wherever you want to break the post up:
<!--nextpage-->
Viola, that’s it!