RSS

WordPress – Find RSS feeds for a specific category or tag

03 Jun

In WordPress an RSS feed can easily be added and by default it will show all the blog posts. I however wanted to have an RSS feed only containing blog posts of a specific category. Since I couldn’t easily find it on wordpress.com I googled around a bit and these are my findings.

  1. You can go to the RSS feed of a blog by simply appending “/feed/” to the url like this:
    https://bjornhouben.wordpress.com/feed/
  2. If you want an RSS feed of a blog containing only blog posts in a specific category, append
    “/category/<category name>/feed/” to the url like this:
    https://bjornhouben.wordpress.com/category/Microsoft/feed/
  3. If you want an RSS feed of a blog containing only blog posts with a specific tag, append
    “/tag/<tag name>/feed/” to the url like this:
    https://bjornhouben.wordpress.com/tag/ICT/feed

For even more options, take a look at this great article:
http://codex.wordpress.org/WordPress_Feeds

Advertisement
 
Leave a comment

Posted by on June 3, 2013 in WordPress

 

Tags: , , , , , , , ,

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

 
%d bloggers like this: