Created
October 9, 2012 16:48
-
-
Save gicolek/3859984 to your computer and use it in GitHub Desktop.
Pagination
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
<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