I cannot get the comments feed to work on this domain at http://ghostpool.com/wordpress/reviewit/comments/feed it just redirects back to the homepage URL. However all other feeds are working on this domain.
Any ideas?
Gabriel Reguly answers:
Hi GhostPool,
Which comments feeds are working?
This one I can see [[LINK href="http://www.ghostpool.com/wordpress/comments/feed"]]http://www.ghostpool.com/wordpress/comments/feed[[/LINK]], but I don't see any other comments feed.
Regards,
Gabriel
GhostPool comments:
The comment feed I know that isn't working (http://ghostpool.com/wordpress/reviewit/comments/feed) is located on a different WordPress installation/database to the one you mentioned.
This comments feed on another WordPress installation is working http://www.ghostpool.com/wordpress/score/comments/feed as are all the other feeds on the http://ghostpool.com/wordpress/reviewit installation, just not the comments feed.
Gabriel Reguly comments:
Ok, I see.
Sorry for the question, but are there comments for http://ghostpool.com/wordpress/reviewit ?
Regards,
Gabriel
GhostPool comments:
Yes http://ghostpool.com/wordpress/reviewit has two comments, and other users that use this theme with many comments have the same issue.
Giri answers:
I see your comments feed working while using this link
http://ghostpool.com/wordpress/reviewit/comments/?feed=rss2
So go to your header.php and check this code
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Comments Feed" href="<?php bloginfo('comments_rss2_url'); ?>" />
GhostPool comments:
Hi,
Although a XML page is loaded, no comments are found at that feed (http://ghostpool.com/wordpress/reviewit/comments/?feed=rss2)?
I do not use that code in header.php, feeds are generated using:
add_theme_support('automatic-feed-links');
Do you know general reasons why this issue would occur?
Giri comments:
Can you remove your existing code and try the code i given ?
Giri comments:
Is it not working after wordpress upgrade?
Giri comments:
And one more thing, please check your .htaccess file too.
Inspect the rewriterules.
Giri comments:
When i validate your feed it actually redirecting to this page
http://ghostpool.com/wordpress/reviewit/feed/
Here is the proof
http://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fghostpool.com%2Fwordpress%2Freviewit%2Fcomments%2Ffeed%2F
So i guess it definitely a problem with your htaccess file