-
-
I recently came to realize that WordPress allows one post to have muliple pages by simply adding the code <!--nextpage--> in your post. If your template includes the ‘link_pages’ or ‘wp_link_pages’ function, it will stop the post at that point, and place navigation there for the other pages. I liked the way MSN.com articles have their multi-page navigation, and wanted to do the same with my blogs, but the built in ‘link_pages’ function couldn’t do it for a couple reasons, so I modified it to my liking. I’ve divided this post into a number of short pages so you can see how it can be used, though their are many ways to use it, especially in combination with the original ‘link_pages’ function. Read more…
Tags: Wordpress







