I am just doing:
<?php query_posts("cat=1");?>
<?php next_posts_link('« Previous Entries') ?>
<?php previous_posts_link('Next Entries »') ?>
And when i go to page 2, it shows the same first 20 posts on the first page.
How do i do previous and next links when only showing one category on the Main page?