Current Path : /home/allslyeo/Jekasbbq.com/wp-content/themes/mineral/includes/ |
Current File : /home/allslyeo/Jekasbbq.com/wp-content/themes/mineral/includes/post-pagination.php |
<?php /** * Contains the pagination for blog posts. Uses the WP Page-navi pagination if the plugin is enabled. */ if(function_exists('wp_pagenavi')){ wp_pagenavi(); }else{?> <div id="blog-pagination"> <div class="alignleft"><?php previous_posts_link('<span>«</span> '.__( 'Previous', 'pexeto' )) ?></div> <div class="alignright"><?php next_posts_link(__( 'Next', 'pexeto' ).' <span>»</span>') ?></div> </div> <?php }