All pastes #276252 Raw Edit

Updated Cutline Nav

public php v1 · immutable
#276252 ·published 2006-12-12 03:28 UTC
rendered paste body
<?php if (is_single() && ( previous_post_link() != '' || next_post_link() != '' ) ): ?><div class="navigation">	<span class="previous"><?php previous_post_link('&larr; %link') ?></span>	<span class="next"><?php next_post_link('%link &rarr;') ?></span></div><div class="clear"></div><?php elseif ( previous_posts_link() != '' || next_posts_link() != '' ) : ?><div class="navigation">	<div class="previous"><?php next_posts_link('&larr; Previous Entries') ?></div>	<div class="next"><?php previous_posts_link('Next Entries &rarr;') ?></div></div><div class="clear"></div><?php endif; ?>