I’m having the same problems I’m not sure how to fix it either. 🙁 When I updated is when the problem started with the RSS feed.
I too am having this problem. Tried http://guff.szub.net/entity2ncr/ to no avail. Tried a couple of readers (Sage for Firefox and Blolines). Any ideas on how to troubleshoot the issue. (FWIW, it looks like the original poster resolved the problem…) Thanks.
Now the question is the RSS link that shows up on my page is “feed:http://www.blogurl.com/wp-rss2.php” — where do I change that? (I’m still dinking around with the default 1.5 template). Thanks.
The Footer Template (footer.php).
Thanks for your help. I managed to fix this problem by getting rid of the “feed:” prefix in the code and by uploading a new fix of the wprss2.php file. The Comments feed was the easiest to fix (only needed to get rid of “feed:”), while the regular entries feed was a bit harder.
Interestingly enough, I’ve had the same problem appear on a clean install once.
Ok, here’s my problem. I’ve got the new feed address say thankya, but I can’t find where to change the one which appears on my site (the wp-rss2.php link). In my template, my code looks like this:
<li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
I’ve updated my wp-feed.php file, so if you try to find the feed with an aggregator, it finds the good one, but I can not find where to change the link. Any help is appreciated.