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>«</span> %','','yes') ?></div>
<div class="right"><?php next_post(' % <span>»</span>','','yes') ?></div>
<div class="clear"></div>
</div>
<?php } else { ?>
<div class="navigation">
<div class="left"><?php next_posts_link( __( '<span>«</span> Older posts', 'unsleepable' ) ); ?></div>
<div class="right"><?php previous_posts_link( __( 'Newer posts <span>»</span>', 'unsleepable' ) ); ?></div>
<div class="clear"></div>
</div>
<?php } ?>