Next and Previous code not working
-
I am trying to add a next and previous button for the comments page on my site but it wont work. I want it to be able to go to the next and previous post.
This is the code that I have tried. But it won’t work.
<div class="post"><div class="alignleft"><?php next_posts_link('« Previous Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Next Entries »') ?></div></div>
Can anyone help me? Thanks!If you need I can post the code for the whole page
-
You did not specify a blog address or reason for posting when you created this topic.
This support forum is for WordPress.com hosted blogs only. If you have a self-hosted WordPress blog you need to seek help at the WordPress.org forums, not here.
If you don’t understand the difference, you may find this information helpful.
- The topic ‘Next and Previous code not working’ is closed to new replies.