How to pull pages instead of posts into Wordpress RSS feed

Unarmed Gunman

Medium Pimpin'
May 2, 2007
7,335
287
0
The D
www.googlehammer.com
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.
 


I should mention I thought about using wp_list_pages to call the pages in, but there are a couple thousand pages, and I only want to call the pages that are a child of a specific parent page, as well as a handful of other ones that I can just call with the include parameter. I know there is a child parameter for list_pages, but I can't get it to work right.