Skip to content

Instantly share code, notes, and snippets.

@jbutko
Created September 9, 2013 20:23
Show Gist options
  • Save jbutko/6500971 to your computer and use it in GitHub Desktop.
Save jbutko/6500971 to your computer and use it in GitHub Desktop.
WP, php: Previous and Next post
// Add previous and next post links
<?php previous_post('&laquo; &laquo; %', '', 'yes'); ?> | <?php next_post('% &raquo; &raquo; ', '', 'yes'); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment