Determining WordPress RSS URLs

RSS feeds are pretty darn useful for a lot of things. And WordPress makes them really, really easy. If you want to insert an rss feed somewhere then according to the type of feed you need, you can just use a pretty repeatable pattern to do so. Basically, following the site you would use /wp-rss.php for rss, /wp-rss2.php for rss2 or /wp-atom.php for Atom feeds. For example, to get a feed of this site in rss you could use the following:
http://krypted.com/wp-rss.php

Or rss2:
http://krypted.com/wp-rss2.php

Or rdf:
http://krypted.com/wp-rdf.php

Or Atom:
http://krypted.com/wp-atom.php

Similar Articles:

Posted on January 16, 2010 at 9:00 am by admin · Permalink
In: WordPress · Tagged with: , , , , ,

One Response

Subscribe to comments via RSS

  1. Written by Mike
    on January 16, 2010 at 10:15 am
    Permalink

    Handy to know! When someone has a non-working feed, or blocks access to their feed, I use one of these. It works more often than not.

Subscribe to comments via RSS

Leave a Reply