“Previous Entries, Next Entries” code not working
-
I’m using V2.6.
The code on my index.php template looks like this:
<div class=”alignleft”>
<?php next_posts_link(‘« Previous Entries’) ?>
</div><div class=”alignright”>
<?php previous_posts_link(‘Next Entries »’) ?>
</div>But the rendered page code in the browser looks like this – like the php code has been ignored, and no links show:
<div class=”prevnext”>
<div class=”alignleft”></div>
<div class=”alignright”></div>
</div>Any help?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘“Previous Entries, Next Entries” code not working’ is closed to new replies.