-
-
Save dcneiner/2960711 to your computer and use it in GitHub Desktop.
WP-Paginate markup
This file contains 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
<ol class="wp-paginate"> | |
<li><span class="title"></span></li> | |
<li><span class="prev">Previous</span></li> | |
<li><a href="#page" title="1" class="page">1</a></li> | |
<li><span class="page current">2</span></li> | |
<li><a href="#page/3" title="3" class="page">3</a></li> | |
<li><a href="#page/4" title="4" class="page">4</a></li> | |
<li><a href="#page/5" title="5" class="page">5</a></li> | |
<li><span class="gap">...</span></li> | |
<li><a href="#page/8" title="8" class="page">8</a></li> | |
<li><a href="#page/2" class="next">Next</a></li> | |
</ol> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment