I have an RSS feed and just can't figure out how to get rid of (or at least hide) the date of node creation beneath the Title. Here is an example RSS feed that I've generated - http://keywestflbars.com/duvalstbars/feed. FYI... this setting is not in the Themes Global settings area. Any ideas?

Thanks

Comments

ccbelland’s picture

I was able to tweak it in views_plugin_row_node_rss.inc

WorldFallz’s picture

Just keep in mind you'll have to propagate your hack going forward. The 'drupal way' to make this change would have been in the views template file for that view.

ccbelland’s picture

That's what I originally thought... OK... maybe I'm blind, but I can't find that file? Any idea which folder it might be in?

WorldFallz’s picture

It depends on the view-- click the "Theme: information" link in the settings for the view for the possibilities. Also see Views 2 theming.