Creating a custom RSS template is pretty easy. I’ll show you have to do it in 3 steps.
NOTE: Browsers heavily cache RSS feeds. While developing, open your browser in Incognito Mode!
1) Register the template
Place the following into functions.php
https://gist.github.com/gregrickaby/9403680
2) Create the template file
Create a new file named, feed-short.php
and place it inside your theme’s directory
https://gist.github.com/gregrickaby/9403660
3) Flush Permalinks
Now your custom RSS feed can be found at
http://yoursite.com?feed=short
simple stuff that works, thanks for the help
thanks alot bro (y) !
Thank you for taking the time to share this. Works great!
Thank u very much
It ‘s nice to do with custom Feeds.
Thanks a lot.