Hi,
On index.php I have at the bottom of the page:
<?php posts_nav_link(); ?>
When I click on previous or next the same posts show up each time.
On the pages such as search.php which use <?php posts_nav_link(); ?>
it works fine and you can click previous and next and see all the posts.
Only index.php is not working.
Tania