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>
click ‘screen options’ near the top right of the ‘edit post’ and ‘edit page’ pages;
then tick the ‘discussion’ box;
then check again below the post/page editor, to hopefully find the ‘discussion’ area.
enable/disable the comments there.
You’re amazing! This worked. Thank you!
Nevermind! FINALLY, I figured it out!