herbshirt
Member
Posted 3 years ago #
Can someone please tell me how to remove the Next and Previous links...
I tried removing this from the index.php but it didn't work.
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Older Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div>
</div>
Or is there somewhere in admin?
Thanks.
It probably exists in other files in addition to index.php
herbshirt
Member
Posted 3 years ago #
Thanks. That was my guess too but I can't find it anywhere. SO that's the right code I should be looking for?
herbshirt
Member
Posted 3 years ago #
Found it! Boy that was a hunt!
FYI - single.php
I knew you'd find it. Feels good to figure this stuff out on your own, yes? :)
herbshirt
Member
Posted 3 years ago #
Yes.
I didn't realise it would.should reside in more than one file.