I have two blogs with similar custom themes: http://samplesandfreestuff.info and http://miamidolphins2009.com
For some reason, the page navigation isn't showing. I also installed the page navi widget and although it shows, its not showing my pages so my previous links and next links arent working regardless. I dont know whats going on because the code for the navigation is in the theme template.
This is in my main index file:
<!-- ^^^^^^^^^^^^^^ post navigation ^^^^^^^^^^^^^^ -->
<div class="navigation">
<div class="navleft"><?php next_posts_link('« Older Entries') ?></div>
<div class="navright"><?php previous_posts_link('Newer Entries »') ?></div>
<div class="clear"></div>
</div>
<!-- ^^^^^^^^^^^^^^ post navigation ^^^^^^^^^^^^^^ -->
<?php else : ?>
What could be causing the page navigation not to work? Thank you in advance!