I have a wordpress theme that I really like, the only problem is that once you get to the bottom of the front page, there isnt an option to see the previous page w/ older stories on it. Im pretty sure this is a simple fix, was hoping someone could help me with this.
Edit the "index.php" and "archive.php" files of your theme. Look for the line "<?php endwhile; ?>". Underneath that line, insert the following code: <p><?php posts_nav_link(' — ', __('« Previous Page'), __('Next Page »')); ?></p> Code (markup): Best regards, Dewald