so my next/previous buttons wern't working and I didn't understand why. I changed the permalinks, but whenever I try to go to /page/2 it's telling me that it doesn't exist.
This is my website:
http://thethiefandthecobblers.com
currently about 6 posts are displayed on every page but I can't figure out why it's saying the other pages displaying older posts are not existent!
any ideas?
p.s the code for the next/previous links that I am using are from codex, and it's:
<?php posts_nav_link('∞','«« Go Forward
In Time','Go Back in Time »»'); ?>
thanks!