Support » Fixing WordPress » WordPress Navigation regarding >> and

  • I’m using the following code for my navigation in the single.php file,

    <?php previous_post('&laquo; &laquo; %', '', 'yes'); ?>
    | <?php next_post('% &raquo; &raquo; ', '', '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

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WordPress Navigation regarding >> and’ is closed to new replies.