Created
September 10, 2013 17:59
-
-
Save jbutko/6513106 to your computer and use it in GitHub Desktop.
WP: Previous and next link customization / clickable icons replace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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