Forums

Next Posts / Previous Posts not working (5 posts)

  1. steadyvibe
    Member
    Posted 6 years ago #

    I am using the below code to display the next and previous posts page buttons:

    <div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
    <div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>

    For some reason when clicked they just display the posts from the home page... i am not sure why... I have no plugins installed except the Tiger admin theme... so that shouldnt be a conflict.

    Anyone have any ideas?

  2. steadyvibe
    Member
    Posted 6 years ago #

    Oh, this is only a problem on the home page.. it works in categories and archives.

  3. steadyvibe
    Member
    Posted 6 years ago #

    bump

  4. steadyvibe
    Member
    Posted 6 years ago #

    The only thing I can see that is different on my index page is I have this code:

    <?php
       if (is_home()) {
          query_posts("cat=-3");
       }
    ?>

    But when I remove it, it still does not work?

  5. steadyvibe
    Member
    Posted 6 years ago #

Topic Closed

This topic has been closed to new replies.

About this Topic