The theme I used seem to not have a comments link. I searched around and added one into index. It wouldn't appear. I checked the post to make sure comments are allowed, and they are. I checked to make sure I have a comments.php file, and I do.
I did some more searching and found out how to add them to a single post:
<a href="<?php the_permalink(); ?>#comments"><?php comments_number('No Comments', '1 Comment', '% Comments'); ?></a>
Well now the link shows up, but when I click on it, it does absolutely nothing whatsoever.
Help?