• File: pagination.php
  • Full Path: /home/blwgracecity/jesusexp.org/wp-content/themes/c0m0r5js/pagination.php
  • File size: 296 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php if ( $wp_query->max_num_pages > 1 ) : ?>
	<div class="archive-nav clear">
		<?php echo get_next_posts_link( __( 'Older posts', 'fukasawa' ) . ' &rarr;' ); ?>
		<?php echo get_previous_posts_link( '&larr; ' . __( 'Newer posts', 'fukasawa' ) ); ?>
	</div><!-- .archive-nav -->
<?php endif; ?>