Something odd I noticed. My left arrow is part of the anchor text, but my right arrow is not! So the arrow styles are different!
The code:
<?php previous_post('%','« ','yes'); ?>
<?php next_post('% »','','yes'); ?>
The output:
<a href="XXXXXXXX">« Title of Previous Post</a>
PERFECT!
<a href="XXXXXXXX">Title of Next Post</a> »
ARGH!
Does anybody know where to place »
to get it to be part of the anchor text on the right side of the post title???? I’d like it to be part of the link and not just decoration on the sides.