So I finally got the next_pages tag working, though I don't know for the life of me how. But I cannot figure out how to get the Next Post / Previous Post tags to work.
I have this code:
<?php next_post_link('format', 'link', in_same_cat, 'excluded_categories'); ?>
<?php previous_post_link('format', 'link', in_same_cat, 'excluded_categories'); ?>
in my index.php file and my archive.php file.
I have this code:
<?php next_post_link('« Previous «') ?> ∞ <?php previous_post_link('» Next »') ?>
on my single.php page.
I've read everything I can get my hands on, but have yet to find out exactly where I'm supposed to put the first code, and exactly where I'm supposed to put the second code.
Everything is up on my site, springmilk.com.