Just type something like this in your browser:
http://www.yourblog.com/?feed=rss2
just change yourblog.com to your blog adress!
well that is half the question 🙂
now how do I get that on the sidebar of my blog! ahahha
thanks
s_
Are you asking how to get a web feed icon on the sidebar of your blog?
Log into the admin page of your wordpress account and go to the Appearance->Widgets page. Drag a “Text” widget into your sidebar and put this code into the widget:
<a href="http://www.lancebledsoe.com/feed/"><img src="http://www.lancebledsoe.com/wp-content/uploads/2009/07/rss_48x481.png" /></a>
(You’ll want to change the URLs and pathnames to point to your site, icons, etc.)