rendered paste body<?php if (is_single() && ( previous_post_link() != '' || next_post_link() != '' ) ): ?><div class="navigation"> <span class="previous"><?php previous_post_link('← %link') ?></span> <span class="next"><?php next_post_link('%link →') ?></span></div><div class="clear"></div><?php elseif ( previous_posts_link() != '' || next_posts_link() != '' ) : ?><div class="navigation"> <div class="previous"><?php next_posts_link('← Previous Entries') ?></div> <div class="next"><?php previous_posts_link('Next Entries →') ?></div></div><div class="clear"></div><?php endif; ?>