I've tried both of these options, but the links that used to be at the bottom of my pages that lead to the previous and next posts have disappeared:
I tried this one with "previous_posts" and "previous_post":
<p class="post-navigation left"><?php previous_posts_link('� %link') ?>
I also saw this somewhere and just tried it to see if it would make a difference. It doesn't:
<p class="post-navigation left"><?php next_posts_link('%link', '� Previous Entries', TRUE); ?>
Please help!