Skip to content

Instantly share code, notes, and snippets.

@gicolek
Created October 9, 2012 16:48
Show Gist options
  • Save gicolek/3859984 to your computer and use it in GitHub Desktop.
Save gicolek/3859984 to your computer and use it in GitHub Desktop.
Pagination
<div class="pagination">
<ul class="page-numbers">
<li><span class="page-numbers current">1</span></li>
<li><a class="page-numbers" href="http://localhost/junelabs/WP/blog/page/2/">2</a></li>
<li><a class="page-numbers" href="http://localhost/junelabs/WP/blog/page/3/">3</a></li>
<li><a class="next page-numbers" href="http://localhost/junelabs/WP/blog/page/2/">▶</a></li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment