Hi everyone,
I'm making a site where the layout is spread out into 5 different columns running 5 loops. I have a comments link for each post using
<?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>
However, when I click on the link to go into the single page, all of the other links to add a comment disappear. the first 4 columns are in the header and the single page is getting the header so it's using the same code. Why is this happening?
Thanks!