By Ron Jones on
I've got a site that will be primarily blog posts, pages and lots of book module pages.
Is there a simple way for me to route all of the RSS feeds for these different node types out through one single main RSS feed?
i.e.
Blog post ---\
Book Page ---> feedburner.com/mysite feed includes it all.
Other ------/
I've found references to the Views module and it's ability to do this (or something like it), but I haven't been able to figure it out.
Thanks
Ron Jones
Tennessee
Comments
The Views module makes this
The Views module makes this easy, but first you have to figure out the Views module. ;-)
There are four options in the view display: attachment, block, feed and display. Selecting feed, and for a field, selecting title (and linking the title to the node), will give you your feed. Make sure you select a row style and give the feed a path (you will be reminded in case you forget).
UPDATE: I created a simple feed (path is "my/feed") for a site of mine using Views that draws in all content. You can import the code below if you wish, then refine it from there.
----------------------------------------------------------------------
http://classicvinyl.biz
http://music.bwv810.com
http://association.drupal.org/user/1207
Thanks! Yes, I can see that
Thanks!
Yes, I can see that views is very powerful...but figuring it out is a bit of a bear (at least to the layman) lol.