yet another RSS feed problem
-
Somewhat mysteriously (we don’t *think* we changed anything since updating to 2.8.4 many weeks ago), our RSS feed seems to be broken. I’ve tried disabling plugins, removing whitespaces, reverting to the default theme, and lots more, but nothing seems to be doing it.
The blog is at http://mediastorm.org/blog/
The feed is at: http://mediastorm.org/blog/wp-rss2.php
….though that now redirects to http://mediastorm.org/blog/?feed=rss2, whereas it used to show the feed straight from that address. 2.8.4 change, I assume?Anyway, it seems that the problem is the way we’re using the blog. We have the usual 4 lines of WordPress PHP (“short and sweet”) wrapped in a larger HTML page, which includes our Flash header and the footer include. Whereas the old code used to return an XML feed that began with the XML declaration, you’ll see (by viewing the source in our feed link above) that it now returns all of the HTML code wrapper around the WordPress include code in addition to the feed XML code in the place of the WordPress include code in the body. As a result, the document isn’t being identified properly as an XML feed, as verified by an RSS validator: http://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fmediastorm.org%2Fblog%2F%3Ffeed%3Drss
This never used to work like this; it’d return the clean RSS XML that was expected. Any thoughts on how to fix this?
THANKS!
The topic ‘yet another RSS feed problem’ is closed to new replies.