HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/martyknows.com/wp-content/themes/unsleepable/navigation.php
	<?php /*
		This navigation is used on most pages to move back and forth in your archives.
		It has been placed in its own file so it's easier to change across all of K2
	*/ ?>



	<?php if (is_single()) { ?>

	<div class="navigation">
		<div class="left"><?php previous_post('<span>&laquo;</span> %','','yes') ?></div>
		<div class="right"><?php next_post(' % <span>&raquo;</span>','','yes') ?></div>
		<div class="clear"></div>
	</div>

	<?php } else { ?>

	<div class="navigation">
		<div class="left"><?php next_posts_link( __( '<span>&laquo;</span> Older posts', 'unsleepable' ) ); ?></div>
		<div class="right"><?php previous_posts_link( __( 'Newer posts <span>&raquo;</span>', 'unsleepable' ) ); ?></div>
		<div class="clear"></div>
	</div>

	<?php } ?>