Created
November 7, 2013 21:14
-
-
Save wpexplorer/7361964 to your computer and use it in GitHub Desktop.
Blog next/prev
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
<ul class="blog-post-pagination clr"> | |
<?php next_post_link( '<li class="post-prev">%link</li>', '<span class="icon-arrow-left"></span>', false); ?> | |
<?php previous_post_link( '<li class="post-next">%link</li>', '<span class="icon-arrow-right"></span>', false ); ?> | |
</ul><!-- .blog-post-pagination --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment