File: /home/mmickelson/martyknows.com/wp-content/themes/k2/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
*/ ?>
<hr />
<?php if (is_single()) { ?>
<div class="navigation">
<?php previous_post_link('<div class="left"><span>«</span> %link</div>') ?>
<?php next_post_link('<div class="right">%link <span>»</span></div>') ?>
<div class="clear"></div>
</div>
<?php } else { ?>
<div class="navigation">
<?php $_SERVER['REQUEST_URI'] = preg_replace("/(.*?).php(.*?)&(.*?)&(.*?)&_=/","$2$3",$_SERVER['REQUEST_URI']); ?>
<div class="left"><?php next_posts_link('<span>«</span> '.__('Older','k2_domain').''); ?></div>
<div class="right"><?php previous_posts_link(''.__('Newer','k2_domain').' <span>»</span>'); ?></div>
<div class="clear"></div>
</div>
<?php } ?>
<hr />