I am using the below code to display the next and previous posts page buttons:
<div class="alignleft"><?php next_posts_link('« Previous Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Next Entries »') ?></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?