wp/wp-content/themes/themeforest-2964855-scrn-responsive-single-page-portfolio/SCRN/includes/pagination.php
changeset 8 c7c34916027a
parent 7 cf61fcea0001
child 9 177826044cd9
equal deleted inserted replaced
7:cf61fcea0001 8:c7c34916027a
     1 <?php
       
     2 
       
     3 if(function_exists('wp_pagenavi')) 
       
     4 
       
     5 	wp_pagenavi(); 
       
     6 
       
     7 else { ?>
       
     8 
       
     9 	<div class="pagination">
       
    10 
       
    11 		<div class="leftpag"><?php next_posts_link(esc_attr__('&laquo; Older Entries', 'SCRN')); ?></div>
       
    12 
       
    13 		<div class="rightpag"><?php previous_posts_link(esc_attr__('Newer Entries &raquo;', 'SCRN')); ?></div>
       
    14 
       
    15 	</div>
       
    16 
       
    17 <?php } ?>