wp/wp-content/themes/themeforest-2964855-scrn-responsive-single-page-portfolio/SCRN/includes/pagination.php
changeset 8 c7c34916027a
parent 7 cf61fcea0001
child 9 177826044cd9
--- a/wp/wp-content/themes/themeforest-2964855-scrn-responsive-single-page-portfolio/SCRN/includes/pagination.php	Mon Oct 14 17:39:30 2019 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-<?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 } ?>
\ No newline at end of file