Twenty Twelve content.php
<?php if ( comments_open() ) : ?>
<div class="comments-link">
<?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentytwelve' ) . '</span>', __( '1 Reply', 'twentytwelve' ), __( '% Replies', 'twentytwelve' ) ); ?>
</div><!-- .comments-link -->
<?php endif; // comments_open() ?>
content-aside.php
<?php if ( comments_open() ) : ?>
<div class="comments-link">
<?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentytwelve' ) . '</span>', __( '1 Reply', 'twentytwelve' ), __( '% Replies', 'twentytwelve' ) ); ?>
</div><!-- .comments-link -->
<?php endif; // comments_open() ?>
und bei allen anderen content-xyz.php nach dieser Angabe suchen
in der Index.php, archive.php, category.php, single.php steht
<?php get_template_part( 'content', get_post_format() ); ?>
das get post format holt die content.php oder eben alle content-xyz.php Dateien
bitte mache dir ein Child Theme => gibt zig Tuts via Suchmaschine