How do I do this in each WordPress post?

webbie

Registered Member
Joined
Mar 25, 2008
Messages
50
Reaction score
4
I want to break up an article in a WordPress post. How do I do this? Here's an example of what I mean (please notice the "Page 1, 2, 3, 4, 5, Next Page" at the bottom right of the article, which is what I want and its for the same article; clicking on the pages do not lead to another article):

associatedcontent.com/article/2988018/reinventing_yourself_apple_dominos.html?cat=15

What is that called or do you know the code I need to implement it into my site? Thanks for anyone that can help me out.
 
Last edited:
A simple search over at the WP site produced this:

Code:
http://en.support.wordpress.com/splitting-content/nextpage/

Basically that functionality is already available within WP since 2.3. All you need to do is insert the <!--nextpage--> tag where you want to split your content and then style the links with CSS.... Really simple stuff if you know your way around WP.
 
Thanks, xXSebaSXx! I couldn't think of the right keyword to use to look it up. Well, let me go work on my site now. Thanks again.
 
Back
Top