On one of my sites I use WP as more of a CMS than traditional blogging platform and most of my content is on pages rather than posts. I'd like a way to pull a RSS feed of all my latest articles onto the homepage using a an RSS feed, rather than having to edit the home.php file every time. By default, Wordpress adds posts to the RSS feed, so I'm curious what the easiest way would be to change the behavior of the RSS feed so that it is populated with pages, rather than posts. I found a plug-in that might work, but I'd rather hard code something if someone knows a clean and quick way to do it.