Hey Wigglypups,
What do you mean when you say it “isn’t working” ?
I’m able to see it OK (http://www.wigglypups.com/feed/), and the W3C RSS feed validator doesn’t find any validation issues with it:
http://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fwww.wigglypups.com%2Ffeed%2F
Cheers,
Shawn
When I click it I get a page that says “This XML file does not appear to have any style information associated with it. The document tree is shown below.”
Are you clicking the RSS Feed button (next to the facebook and twitter buttons)? Or the RSS link next to the organic themes logo? Not sure why that link is there. My main issue is the RSS Feed button. But when I click either one I get an error message.
Thanks!
Both of those links point to the same page.
The message you’re seeing is being inserted their by your browser. It’s by design, and completely expected. You’ll see the same thing if you go to the RSS feed at WordPress.com:
https://en.blog.wordpress.com/feed/
Why it does this:
An RSS feed is an XML document. When the browser loads the file, it’s warning you that it has no style information to be able to format the XML document into something pretty. In the case of an RSS feed, that’s OK. The file isn’t meant for human consumption directly, it’s meant to be used by applications that can read RSS feeds.
Where style information would come into play is if you were developing a site that used XML as a publishing format. Not applicable in WordPress.
Cheers.
Shawn