Thank WP_guy.
Here’s how I solved my problem:
1 – Settings -> Reading
2 – Blog pages show at most = 1
3 – <?php next_posts_link(‘« Older Entries’) ?>
<?php previous_posts_link(‘Newer Entries »’) ?>
I had been using query_posts in my template to display a single post (for no good reason) when changing the settings as per steps 1 and 2 was all that needed to be done.
Best!
Ken