File: /home/mmickelson/martyknows.com/wp-content/themes/twenty-eight/navigation.php
<?php ?><hr />
<?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> Previous Entries', 'twenty-eight' ) ); ?>
</div>
<div class="right">
<?php previous_posts_link( __( 'Next Entries <span>»</span>', 'twenty-eight' ) ); ?>
</div>
<div class="clear"></div>
</div>
<?php } ?><hr />