Posted by JeebsUK on July 2, 2009 at 4:02pm
Is it possible to stop this outputting all content types and make it so only certain ones are outputted?
Is it possible to stop this outputting all content types and make it so only certain ones are outputted?
Comments
Good luck stopping the default feed
http://drupal.org/node/28336 might contain a solution.
And some core issue (cannot find it at the moment) about it suggest that this is a long standing problem.
You can create Feeds of any stuff you want with views (check the handbook: http://drupal.org/node/314097).
Thanks
Thanks for that,
I am already using views to output custom feeds of particular content types, just wondered if there was a way to edit the default feed. Basically I wanted a feed of everything except a couple of content types (simplenews and poll for example), I'll just create one in views.
FiveRDesign - UK Drupal Consulting, Development, Custom Modules & Support
MySweetShadow - Heavy Metal Blog, Drupal & SEO
I guess this is the best
I guess this is the best solution for this.