By ron williams on
A rather frustrating problem I've ran into recently. I have 3 cck text fields within a node-type that need to be displayed in the views RSS feed. I've tried contemplate, but this only allows a selection of one field to be used in the rss feed at a time.
I've tried the following:
- Selected full node view
- Added the fields I wanted to use within the view and used table and list views
- Tried contemplate, but as stated above only allows one field to be used in rss at a time.
Please someone help me out, or is this issue resolved in views 2 in drupal 6 core?
Comments
Create your own module and
Create your own module and add the following function to it:
In my case
In my case, I like to include the teaser fields into views rss and the following code seems to be working.