Comment links not working and different on different sites
-
I have a theme with a code for comments like this:
<?php comments_popup_link(__('Write a comment', 'picochic'), __('1 comment', 'picochic'), __('% comments', 'picochic')); ?>
Comments work on original theme, and dont work on other blogs, even though the code is exactly the same. I get the following links:
a) Root site
https://domain-name.com/%3Ca%20href=
, which leads to a 404 Error page
b) Other sub site with this theme displays the same code and also goes to a 404 Error
c) Original theme on another subsite (comments are working)
https://domain-name.com/2012/07/11/post-tile/#respond
I am wondering where is this difference coming from, since the code is exactly the same for all three blogs, and how to fix it and get comments to work.
Thank you.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Comment links not working and different on different sites’ is closed to new replies.