Skip to content

Instantly share code, notes, and snippets.

@jbutko
Created September 10, 2013 17:59
Show Gist options
  • Save jbutko/6513106 to your computer and use it in GitHub Desktop.
Save jbutko/6513106 to your computer and use it in GitHub Desktop.
WP: Previous and next link customization / clickable icons replace
// added div which can be targeted via css: .previous_post_link a
<div class="previous_post_link">
<?php previous_post_link('%link'); ?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment