I have RSS feeds for some sections.
I’d like to these feeds to create a master RSS feed for the homepage.
In layout, I have:
_default
baseof.xml
products
rss.xml
notes
rss.xml
games
newspapers
rss.xml
index.html
rss.xml
In layout/rss.xml
, I’d like to aggregate the feeds from products/rss.xml
, notes/rss.xml
and newspapers/rss.xml
.
Suggestions? Thanks.