By smithaa02 on
I want to be able to manually update what is and isn't in the RSS feed of rss.xml. Anybody have any ideas of how I would do this?
I want to be able to manually update what is and isn't in the RSS feed of rss.xml. Anybody have any ideas of how I would do this?
Comments
RSS help needed
I've stumbled across this question while searching for the same thing. I don't know alot about RSS feeds and even less about how to configure it in drupal. I've done quite a bit of searching, but either come across unanswered questions like this one, or information about really old versions such as 4.7.
Are there any cohesive help pages out there for people to understand RSS feeds, what they are and how to manipulate them in drupal? I've enabled the icon and when I click it I get a page of various things I've updated, some of which are test content I've not published. I don't want people to subscribe to those!
Thanks for any help, anyone can give.
Graham
One solution is to use Views
One solution is to use Views module to create RSS feed for any type of content. Just create the view with appropriate filters and add RSS display to this view, then add somewhere link to this display.