By default, a blog’s feed should be as follows: http://www.mydomain.com/feed

By chance, my fantasy art blog was missing the default feed.

When I typed in http://www.thegaleon.com/feed — I got a “this page cannot be displayed”, page.

WordPress feed addresses can be found via the following URLS:

http://example.com/?feed=rss
http://example.com/?feed=rss2
http://example.com/?feed=rdf
http://example.com/?feed=atom

If you are using custom permalinks (which are nice), you can access the feeds using these URLs:

http://example.com/feed/
http://example.com/feed/rss/
http://example.com/feed/rss2/
http://example.com/feed/rdf/
http://example.com/feed/atom/

Mine was on http://example.com/?feed=rss2.

References: WordPress Codex - Feeds

Random Posts