Need a new web host or having a problem with a script? Tips and advice on the best way to design, build and maintain your most valuable asset - your website!

How to add a new page to my blog post?

dylanlim
Posts: 15
Joined: 28 Aug 09
Trust:

How to add a new page to my blog post?

I know this might seems silly but how do i add pages to my long blog post? ;p

I tried adding a page break but when i preview my post, there is no " next page " to click, meaning i am stuck on the first page and i can't view my following pages in my blog posting.

I look around and found Angsuman's Multi-Page Plugin but i still can't find ways to add in the page. Am i missing something here? :(
  • 0
I'm thinking of forming a group to keep us focus and be reminded of our goal so as to keep us moving.
Send me a message if you are interested or you can add me
@ facebook: www.facebook.com/dylanlzw
twitter: www.twitter.com/dylan_lim
 
faradina
Posts: 1895
Joined: 01 Jun 09
Trust:
You may have to put in the link manually if you broke down your post into two pages; it all depends on how your blog is set up.
  • 0
Site Admin
mikeantiga
Posts: 753
Joined: 28 Mar 10
Trust:
Or you can also add this code to separate your posts into pages : Be sure to add it when you're on html view. Add this code once if you want to separate the post into two pages, twice if three pages, and so on.
  • 0
Want lessons on Affiliate Marketing, SEO and Content Creation? Get them here for FREE:
http://www.affilorama.com/lessons
 
PremiumMember
kepeliki
Posts: 24
Joined: 25 Nov 09
Trust:
Go to this site and they will do anything blog related or anything in the world for five dollar only. Yes sir!

http://trafficsupremepro.com/links/2527
  • 0
dylanlim
Posts: 15
Joined: 28 Aug 09
Trust:
I have look into editing it in html but the code that you gave me was already in it when i add in the page break. I still could not see the link for next page when i preview my post though. Or will it only appear after i have publish it?

I have seen some blog post where the link is written as "page 1" all the way to the last page. Is there a specific plug in for it?
  • 0
I'm thinking of forming a group to keep us focus and be reminded of our goal so as to keep us moving.
Send me a message if you are interested or you can add me
@ facebook: www.facebook.com/dylanlzw
twitter: www.twitter.com/dylan_lim
 
PremiumMember
kepeliki
Posts: 24
Joined: 25 Nov 09
Trust:
dylanlim the code http://trafficsupremepro.com/links/2527 to the website that they will do anything wordpress install and configure plus theme. Or anything that you think of. Join is FREE and post what you want or look at service that people offer. Yes mate! is ONLY $5!!!!!. Good Luck
  • 0
tdigitty
Posts: 25
Joined: 01 Apr 10
Trust:
It sounds like the template you're using doesn't have that functionality coded in. Take a look at the following to help you add it yourself.

http://www.mydigitallife.info/2007/11/1 ... t-working/

http://codex.wordpress.org/Template_Tags/wp_link_pages

Not very complete instructions but hopefully it points you in the right direction at least.
  • 0
dylanlim
Posts: 15
Joined: 28 Aug 09
Trust:
Ya i guess so. I think i need to purchase a premium template. Free template usually have all this problem. :S
Can i edit it in the wp admin, edit theme section or only through php file? Sorry, i really sucks on the technical issue. :p

Thanks for all the previous help as well guys!! :D
  • 0
I'm thinking of forming a group to keep us focus and be reminded of our goal so as to keep us moving.
Send me a message if you are interested or you can add me
@ facebook: www.facebook.com/dylanlzw
twitter: www.twitter.com/dylan_lim
 
dylanlim
Posts: 15
Joined: 28 Aug 09
Trust:
This is getting pretty confusing.
I tried to go to edit themes and under main index template, i add in either,
<?php wp_link_pages( $args ); ?>
or
<?php wp_link_pages(); ?>

above the

<?php else : ?>
<p><?php _e('There is nothing here (yet).', 'Arjuna'); ?></p>
<?php endif; ?>


so it looks like this

<?php wp_link_pages( $args ); ?>
<?php else : ?>
<p><?php _e('There is nothing here (yet).', 'Arjuna'); ?></p>
<?php endif; ?>


(Yes, im using arjuna template. ;p) But it still doesn't work. I preview my post and there are no link to the next page also. Did i add it at the wrong place? I think this is "within the loop" as what the description says.
  • 0
I'm thinking of forming a group to keep us focus and be reminded of our goal so as to keep us moving.
Send me a message if you are interested or you can add me
@ facebook: www.facebook.com/dylanlzw
twitter: www.twitter.com/dylan_lim
 
tdigitty
Posts: 25
Joined: 01 Apr 10
Trust:
Hmmm...I'm not certain where you insert the code. I would head over to the WP.org forum and ask there.
  • 0
dylanlim
Posts: 15
Joined: 28 Aug 09
Trust:
Hmm. ok sure! Thanks tdigitty!!
  • 0
I'm thinking of forming a group to keep us focus and be reminded of our goal so as to keep us moving.
Send me a message if you are interested or you can add me
@ facebook: www.facebook.com/dylanlzw
twitter: www.twitter.com/dylan_lim
 

This topic was started on Jun 02, 2010 and has been closed due to inactivity. If you want to discuss this topic further, please create a new forum topic.