Showing comments and comment form below each post on multi post pages, too:
For Atahualpa 3.4.2+ (This may be an option in later versions)
1. Edit Atahualpa's index.php add the green part:
<?php /* This is the actual Wordpress LOOP.
The output can be edited at Atahualpa Theme Options -> Style & edit the Center column */
$withcomments = 1; bfa_center_content($bfa_ata['content_inside_loop']); ?>
2. At Style & Edit CENTER COLUMN -> The LOOP, add the green part
<?php $withcomments = 1; comments_template(); ?>
</div><!-- / Post -->
3. At Style & Edit CENTER COLUMN -> Below the LOOP, remove this:
<?php /* Load Comments template (on single post pages, and static pages, if set on options page): */
bfa_get_comments(); ?>