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:
- Final Cut Server: Atom and FCS
- MagpieRSS, a PHP Based RSS Parser
- Feeds, Rights Management, Blogging & You
- MySpace RSS Integration
- FeedWordPress
In: WordPress · Tagged with: atom, feed, rdf, rss, rss2, WordPress



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.