Skip to content

Instantly share code, notes, and snippets.

@esquinas
Last active October 23, 2018 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esquinas/9e496d5677fca3dc1e4f037737dd37fc to your computer and use it in GitHub Desktop.
Save esquinas/9e496d5677fca3dc1e4f037737dd37fc to your computer and use it in GitHub Desktop.
WP pagination partial (TODO: add theme classes)
<?php if ( get_previous_posts_link() || get_next_posts_link() ) : ?>
<div class="">
<nav class="">
<ul>
<li><?php posts_nav_link( '</li><li>' ); ?></li>
</ul>
</nav>
</div>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment