domain.com/wp-content/themes/vistered-little-1.6a/comments.php
One of the divs in the file is:
<div class="blog">
<h3><?php comment_author_link(); ?></h3>
<p class="headertext"><?php comment_type(); ?> on <?php comment_time('F jS, Y'); ?>. <?php edit_comment_link('e', '', ''); ?></p>
<?php comment_text(); ?>
</div>
so I believe I have the right file. Please correct me if I am wrong or let me know if I am right.
I added <!-- google_ad_section_start(weight=ignore) --> on the first line of comments.php and <!-- google_ad_section_end --> on the last line of comments.php
That should work, right?
Thanks in advance.