I just noticed that when you you go to the bottom of my blog and hit the link to view previous post it will take you to
http://www.heathersblog.com/page/2/ like it's supposed too but still shows the most recent post (the main page)
I have this in the template for the nav at the bottom...
i am wondering am i forgetting a piece of code that needs to be in the template :) thanks
<div class="alignleft"><?php posts_nav_link('','','« Previous Entries') ?></div>
<div class="alignright"><?php posts_nav_link('','Next Entries »','') ?></div>