Comments link disappears on single post page
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Comments link disappears on single post page’ is closed to new replies.
The topic ‘Comments link disappears on single post page’ is closed to new replies.
(@dbokser)
18 years ago
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!