I'm on v2.2.1, but I think this function hasn't been working for a while. (For the record I've searched the docs and forums for several hours trying to find the answer.)
I can't link to previous posts from the front page, or category archives, or monthly archives.
I'm using
<div class="navigation">
<p><?php next_posts_link('← Previous Entries') ?></p>
<p class="next"><?php previous_posts_link('Next Entries →') ?></p>
</div>
as per the Kubrik example, but I've also tried
<div class="navigation">
<p><?php posts_nav_link('','','« Previous Entries') ?></p>
<p class="next"><?php posts_nav_link('','Next Entries »','') ?></p>
</div>
My blog's front page doesn't show the links at all. If I manually go to the second page of posts then I get a next posts link but still no previous posts.
Please help :)