Skip to content

Instantly share code, notes, and snippets.

@wpexplorer
Created November 7, 2013 21:14
Show Gist options
  • Save wpexplorer/7361964 to your computer and use it in GitHub Desktop.
Save wpexplorer/7361964 to your computer and use it in GitHub Desktop.
Blog next/prev
<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