Blogging - Dividing Your Post into Pages in WordPress
Feb 2008 | Category: Make Money BloggingHi! Do you have a blog/site? Add your opinion to the discussion and you may get a review, a comment or even my subscription. Please also consider to my feed. Thanks for visiting!
I can’t believe I just found out that multi paged post can be done without a plug in. At first, I tried one from Angsuman’s, which for some reason didn’t work on my blog. I didn’t know whether it’s because of theme incompatibility or else. Even so, others using the plug in have reported satisfied with the plug in. If you feel more comfortable using a plug in, download it here.
However, if you don’t want to clutter your plug in section, here’s how you can add the codes manually.
First, let’s open the post editor of any post you want to divide into pages. Go to code view and find a spot where you want the post to break to the next page. After you’ve found it, add <!–nextpage–> into the codes like the following:
<div class=”pagelink”><?php wp_link_pages(’pagelink=Page %’); ?></div>
As in mine, it looks like:

You can look for the similar part in your source code and then add the codes afterwards. Simple, isn’t it?
If you want to style your links, there are a couple of options you can find on WordPress’ Documentation
Update February 14 2008: I’ve just found out that dividing your post into pages will cause your feed to send only the first page instead of the whole post! I’m sorry I didn’t realize this earlier
. I noticed it when my own mail feed arrived. For the moment, if I have another long posts, I’ll post them as series to ensure you all read the whole post.
Update ends
——————–
Technorati Tags: multi paged post



Have something to say? Shout it out loud!