Performancing Metrics

WordPress Category Feeds!

Locating the URL for your category feeds is not always the easiest thing to do with WordPress. TangognaT points out that it’s as simple as adding a ?cat=# of category to the base url for any wordpress feed. So if you wanted to display the RSS feed for category 3, the feed URL would be http://www.yourwebsiteurl.com/wp-rss2.php?cat=3. You can also use wp-atom.php?cat=3.

Categories: WordPress Tips

This post was written by . You can visit the for a short bio, more posts, and other information about the author.

Get backlinks to your Blog!

Promote Your Blog

If you are looking to promote your blog and get high quality backlinks from a PR6 2003 domain then Blogsearchengine.com is for you. For as little as $14.99 you can submit your blog and have a review written and published there with a backlink to your website or blog, we accept all niche!


Comments Closed

Comments

  1. Dougal Campbell says: 1/28/2005

    Or, if you’re using nice permalinks in WP 1.5 (currently in beta), just append “/feed/rss2″ to your category URI, like so:

    http://dougal.gunters.org/blog/category/tech/feed/rss2
    http://dougal.gunters.org/blog/category/tech/feed/atom

  2. Ryan Boren says: 1/28/2005

    In 1.5, any WP query can be turned into a feed by appending feed=rss2 (or feed=atom, etc.). Ex:
    WordPress Tips – Query String Style

    If you are using permalinks, append /feed/rss2 or /feed/atom to any permalink. Ex:

    WordPress Tips – Permalink Style

  3. John says: 1/28/2005

    Thanks for the tip Ryan.