The link for "Older" posts at the bottom of my blog page has disappeared. The link for "Newer" is just fine. I've looked at the code and can't figure out why "Newer" is there and "Older" has left the building--can anyone help? Here is the link for the blog page: http://mauramcgurk.com/category/blog.
Here is the code from the index.php file:
<div class="prevnext">
<div class="prev"><?php previous_posts_link('Previous') ?></div>
<div class="next"><?php next_posts_link('Next') ?></div>
</div><!--.prevnext -->
Thanks in advance!