You can override some things about an individual feed in PodPress. But we need an "archive" feed with all of our podcasts in it. We have 5 years of shows, and we do have listeners who want to download all 5 years of them in their podcatchers.
In WordPress 2, we hacked a script together to do this, but it no longer works with WordPress 3, and it wasn't the right way to do it anyway. PodPress seems like the logical place for this.
I have found how to do it, but I'm not sure how to integrate this into PodPress. Here is what I found: http://codex.wordpress.org/Function_Reference/query_posts#Usage_Tips
I don't want this in the main feed, but in an extra feed I created in PodPress with the slug 'archive.'
Thanks for your help!