Depends on the theme you are using and how it is setup. Whats the URL of your site and the theme you are using, more info will help. 🙂
Thank you! my Url is http://barbiebag.com its my own personal theme…
Oh pretty cool looking theme. Have you read up on this: http://codex.ww.wp.xz.cn/Next_and_Previous_Links
Thank you! Yes I am looking at it now, but.. would I have to create a new page? I assumed once 10 post are done, the very oldest which in my case is the 11th post wouldve automatically created another pg for me.
If this is a custom theme, maybe there was some code missing in the theme itself to automatically create those links. You don’t have to make a new page, you need to go into your theme files and add the correct stuff to make those links appear, if they aren’t after posting more then 10 blog posts. — BTW I emailed you via your website. 🙂
Yes thats what I believe I need to do, Possibly the link you provided me with has those steps. =)
Well good luck, hope you figure it out. If not there is always the forums. 🙂
Just so everyone knows…this is how you do it.
Go to: Appearance –> Editor –> Main Index Template (index.php)
And put in this code towards the bottom:
<div class="navigation"><p><?php posts_nav_link(); ?></p></div>
And it should show some nifty links. 😛