When I switched WordPress themes many moons ago, I “lost” the comments link at the end of each post as it appears on the home page. It was a simple theme edit, which I just resolved now.
If you’re curious, the missing line of code was:
< ?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>
which I learned in this WordPress support thread