Hi,
How can i navigate through the all posts not only in a category?
I'm using <?php next_posts_link('Next ยป', 0); ?>
but it stops at the last posts in the category.
I would like to continue navigating to next post of the next category.
It works for the single page, (i'm using a plugin called Loop Post Navigation Links ) but doesnt for the index page.
Thanks
Alberto