Broken RSS 2.0 | 2.8.6.

Hello,

Whilst talking to myself like a madman (lol) trying to troubleshoot over in the autoblog thread I discovered my RSS2.0 feeds are shot.

Strangely, rdf, atom, and rss work fine. Its just rss2.

As a temporary fix, I changed the rss type in my “general-template.php” file to atom, which works fine. Of course this doesn’t fix the primary comment feed, as this seems to be rss2 only, plus I’m uncertain if this will update across all themes (I only use the Farm’s 100). Even if it does I’d like to fix rss2 if possible.

RSS2 Feed: http://icraftsingles.com/blog/feed/ (you’ll notice that all the posts urls in that feed, except the first one, are appended /feed/ 0. The first 1st post says /feed/ 1, and thus, this post will actually be picked up by readers, unlike the /feed/ 0 urls.

Atom Feed: http://icraftsingles.com/blog/feed/atom/ << seems to work like a charm.

All feed types have been successfully validated via http://beta.feedvalidator.org/

Any help would be greatly appreciated. :]

  • RoneNeffect
    • Site Builder, Child of Zeus

    As a temporary fix, I changed the rss type in my “general-template.php” file to atom, which works fine. Of course this doesn’t fix the primary comment feed, as this seems to be rss2 only, plus I’m uncertain if this will update across all themes (I only use the Farm’s 100).

    Scratch that….I altered this in the footer.php file for the specific theme I am using…not “general-template.php”. So the temp fix is not theme-wide.

  • RoneNeffect
    • Site Builder, Child of Zeus

    Pure genius! Worked like a charm. And for any other noobsters, after deleting the cache via WP Super Cache settings, I made sure the checkbox “Feeds (is_feed)” was indeed checked under the…

    Accepted Filenames & Rejected URIs

    Do not cache the following page types. See the Conditional Tags documentation for a complete discussion on each type.

    …configuration section in WP Super Cache…So hopefully this won’t happen again. All is well in Wonderland for now.

    Many thanks to Andrew!