Hacked By AnonymousFox

Current Path : /home/allslyeo/Jekasbbq.com/wp-content/themes/mineral/includes/
Upload File :
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>&laquo;</span> '.__( 'Previous', 'pexeto' )) ?></div>
		<div class="alignright"><?php next_posts_link(__( 'Next', 'pexeto' ).' <span>&raquo;</span>') ?></div>
	</div>
<?php
}

Hacked By AnonymousFox1.0, Coded By AnonymousFox