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