first commit
This commit is contained in:
@@ -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-->
|
||||
Reference in New Issue
Block a user