wp/wp-content/themes/themeforest-2964855-scrn-responsive-single-page-portfolio/SCRN/includes/pagination.php
author ymh <ymh.work@gmail.com>
Tue, 09 Jun 2015 03:35:32 +0200
changeset 5 5e2f62d02dcd
parent 0 d970ebf37754
permissions -rwxr-xr-x
upgrade wordpress + plugins

<?php

if(function_exists('wp_pagenavi')) 

	wp_pagenavi(); 

else { ?>

	<div class="pagination">

		<div class="leftpag"><?php next_posts_link(esc_attr__('&laquo; Older Entries', 'SCRN')); ?></div>

		<div class="rightpag"><?php previous_posts_link(esc_attr__('Newer Entries &raquo;', 'SCRN')); ?></div>

	</div>

<?php } ?>