http://www.michaellanfield.com
Hi I would like to remove the older posts link from the top, but not the bottom. I searched everywhere on the net and got this.
If you look in your index.php file you should see something that resembles this code above your loop and below it. Just remove the one above the loop:
<div class="navigation">
<div class="left"><?php next_posts_link('« Older Posts') ?></div>
<div class="right"><?php previous_posts_link('Newer Posts »') ?></div>
</div>
However I can not find this code in my index.php page. What do I do?