<!-- pagination -->
<?php
if(function_exists('wp_pagenavi')) :
else :
?>
<div class="advance_nav">
<?php // Previous/next page navigation.
the_posts_pagination( array('prev_text' => '«', 'next_text' => '»') );?>
</div>
<?php endif; ?>
<!-- /pagination -->