In my case, I created a totally custom WordPress template. It outputs as the XML RSS content-type whatever. Then I can run a custom loop and output just the stuff I want it to output. Then I create a page in WordPress (which can have whatever URL slug I want) and use that template.
Chris' new RSS feed brought me to a question I've been curious about for awhile now.
His new gallery feed is: http://css-tricks.com/rss-gallery/
My question is, how do you get nice urls for RSS feeds? mod_rewrite? thanks!!!
In my case, I created a totally custom WordPress template. It outputs as the XML RSS content-type whatever. Then I can run a custom loop and output just the stuff I want it to output. Then I create a page in WordPress (which can have whatever URL slug I want) and use that template.
https://gist.github.com/4132062
Awesome possum thx!