Hello,
If you take a look at blog http://jordanmeeter.com/ you can see at the bottom the "Previous" link. But if you go to an individual post (http://jordanmeeter.com/2007/05/04/vines/), those links do not show up. How can I enable them? The code for those links is this:
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Previous Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Next Entries »') ?></div>
</div>
<?php else : ?>