I'm using the following code for my navigation in the single.php file,
<?php previous_post('« « %', '', 'yes'); ?>
| <?php next_post('% » » ', '', 'yes'); ?>
And the "»" are not showing up as links, but instead just text, unlike the example on http://codex.wordpress.org/Next_and_Previous_Links
Anyone know why that is?
Thank you