I’m having a similar problem at https://www.joshandtamra.com/wp/.
I’ve got the comments_popup_script in my header file, and in both my index.php and single.php I’ve got the comments_popup_link in the “loop” (I’m assuming this is where Kafkesqui was talking about to put it above but it’s sort of vague). And, in my includes/comments-functions.php it only says
if (! is_page()) {
not is_single. yet I still can’t get the link to the popup comments to show up on the permalink pages. for example:
https://www.joshandtamra.com/wp/?p=27
I’ve searched the forums and this thread appears to address the exact problem, yet it’s not solving my issue for some reason. Thanks in advance for you help.