Forums

Pagination, Previous Page and Current Page are the same! (3 posts)

  1. kaorustudio
    Member
    Posted 2 years ago #

    Hi! I'm using WordPress 2.8, latest version. I got pagination to show pages 1, 2 . however when I go to page 2, it's the same page as page 1, and doesn't just show the previous page... am I doing something wrong? I put two links on the very bottom to test.. the wp_pagenavi

    <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>

    <div class="navigation">
    <div class="alignleft"><?php next_posts_link('« Older Entries') ?></div>
    <div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div>
    </div>

    Here's my site: http://www.kaorustudio.com

  2. theronin
    Member
    Posted 2 years ago #

    Did you ever find a solution to this? I have the same problem.

  3. theronin
    Member
    Posted 2 years ago #

Topic Closed

This topic has been closed to new replies.

About this Topic