next page previous page
-
hi everyone!
i’ve currently got the following code in my page.php<div class=”prenextlink”>
<div class=”prenextlinkleft”>
<?php previous_post(‘« « %’,
‘Previous: ‘, ‘yes’); ?>
</div>
<div class=”prenextlinkright”>
<?php next_post(‘% » » ‘,
‘Next: ‘, ‘yes’); ?>
</div>
</div> <!– end navigation –>however, the problem is I don’t know how to connect up the pages so that a visitor can properly navigate through previous and next pages. At the moment it’s just random pages that is popping up for the previous and next page links. Can anyone help? i’m sorry if this is confusing!
kind regards!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘next page previous page’ is closed to new replies.