Removing Links above each post


Author Message
jay

Posted: 12/29/2009
Quote message 

Yes I have links going to the next and previous post above each post. How do I remove those?
 
Garry

Posted: 12/29/2009
Quote message 

Simply remove following code from your single.php:

<div class="navigation">
<div class="alignleft"><?php echo $prev_link; ?></div>
<div class="alignright"><?php echo $next_link; ?></div>
</div>