rss feed broken?

Posted in: Newspaper
Post count: 1

rss feed is not creating the opening <rss> statement (the closing </rss> is there), so the feed is unreadable?

Anyone knows how and where to fix this?

Post count: 22421

Please provide more details to what feed where are you referring to. Is it a feed plugin? Is it the standard feed of wp?
Thank you!

Post count: 9544

This is most often a bad setting in however you might be doing a caching plugin (turn off minification, or disable for RSS feeds), or a bad plugin trying to inject code at ‘top’ of all pages/endpoints and breaking the RSS.

Header for a site/feed endpoint should start with:
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>

Theme has nothing to do with this.

  • This reply was modified 9 years by simchris.
Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.