mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-28 18:39:44 +08:00
Initial commit
This commit is contained in:
commit
ee50200fe7
353 changed files with 78977 additions and 0 deletions
10
inc/pagination.php
Normal file
10
inc/pagination.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<nav class="pagination group">
|
||||
<?php if ( function_exists('wp_pagenavi') ): ?>
|
||||
<?php wp_pagenavi(); ?>
|
||||
<?php else: ?>
|
||||
<ul class="group">
|
||||
<li class="prev left"><?php previous_posts_link(); ?></li>
|
||||
<li class="next right"><?php next_posts_link(); ?></li>
|
||||
</ul>
|
||||
<?php endif; ?>
|
||||
</nav><!--/.pagination-->
|
Loading…
Add table
Add a link
Reference in a new issue