Remove "previous posts"


Author Message
Lili

Posted: 1/27/2010
Quote message 

Hello,

I would like to remove the links "previous - next post" at the top and the bottom of my page to put another navigation.

Could you help me ?

Thank you ;)
 
Garry

Posted: 1/27/2010
Quote message 

Try removing 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>