No matter how much I click previous/old page/post, it will just show the same thing. Changing my permalinks structure doesn't help. I read the WP codex and even pasted their codes to test. Other than cosmetic changes, it didn't change a single thing
http://www.alternatesam.com/page/1/ ->
http://www.alternatesam.com/page/4/ etc have no difference.
This is what is in my archives.php. I didn't edit it.
<?php arras_get_posts('archive') ?>
<div class="navigation clearfix">
<div class="floatLeft"><?php next_posts_link( __('« Older Entries', 'arras') ) ?></div>
<div class="floatRight"><?php previous_posts_link( __('Newer Entries »', 'arras') ) ?></div>