Hi, sparkzhou!
It’s been so long since I had this problem that I’m not exactly sure. I haven’t had the layout/coding I had back then in a long time…
But I searched through my current index.php and found what I believe to be the correct code for it. You might have to tweak it a bit!
<?php global $wp_query; $total_pages = $wp_query->max_num_pages; if ( $total_pages > 1 ) { ?>
<?php } ?>
<center><font size=3><!– Next Page Code –>
<?php next_posts_link(‘? Older Entries’) ?> ?<?php previous_posts_link(‘Newer Entries ?’) ?>
<!– End Next Page Code –></font>
</div><!– #content –></center>