Need Comment Link Help

This is a caveat emptor solution, because the comments template is not intended to be displayed on archive-index pages.

To display the comments template on archive index pages, you need to ensure that the appropriate template file (e.g. index.php, archive.php, etc.) calls <?php comments_template(); ?> at the appropriate place inside the Loop.

If you need to know what the “appropriate place inside the Loop” is, take a look at the markup in, e.g. single.php.