… solved … was “single.php”.
If others want to do it also, add:
· <a href="<?php the_permalink(); ?>print/">Printer friendly version</a> before <br />
Greetings, DS
So I am little bit further: after grepping the theme’s directory (it’s Revoltuion Code Blue) I’ve found that several files contains the line:
<?php the_time('F j, Y'); ?> by <?php the_author_posts_link(); ?> · <a href="<?php the_permalink(); ?>#respond"><?php comments_number('Leave a Comment', '1 Comment', '% Comments'); ?></a>
which is what I am searching for. Does anybody know which of the instances (archive.php, author.php, index.php, search.php, single.php, tag.php) I have to manipulate to get the desired result just for the case that a single posting is displayes on the blog?
… sorry: “Leave a comment” is surely a link to the url + /#respond