How Do I Make My WordPress Blog Have An Rss Feed?

I would like to syndicate my Wodpress blog, so that people can read it in Google reader or any other RSS reader.
I didn’t see any settings in the wp-admin area of WordPress and none of the plugins I searched for seemed to be applicable. How do people normally turn their blog pages into RSS feeds?

Twitter Digg Delicious Stumbleupon Technorati Facebook

3 Responses to “How Do I Make My WordPress Blog Have An Rss Feed?”

  1. Hi. The feeds are created automatically. There are actually several:http://example.com/wp-rss.phphttp://example.com/wp-rss2.phphttp://example.com/wp-rdf.phphttp://example.com/wp-atom.php
    Just replace your domain name with example.com. The feeds listed above are just different versions. You probably want the first one (RSS).
    Dave Holowiski
    teachmewp.com

  2. WordPress comes with Atom support enabled by default. (Atom performs the same function as RSS).
    You shouldn’t need to do anything to add support for reading the blog in a feed reader.