Closed (fixed)
Project:
Advanced Views RSS Feed
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Feb 2012 at 09:03 UTC
Updated:
23 Feb 2012 at 12:52 UTC
could some one walk me through what I need to do to get a feed with title, body (brief), file attachment date posted using the feed tab in the views taxonomy view.
I have tried editing it and I change the format to views rss, but then I just fall appart. I have read the documentation, but i'mjust going no place.
what I have is a block of taxonomy terms and I want to provide a feed for all of them with one enclosure (file) with title, description, and date posted.
Any help would be greatly appreciated.
Comments
Comment #1
maciej.zgadzaj commentedEssentially what you need to do is to set up a new view showing
Content, addFeeddisplay, change format toRSS Feed - Fields, add all fields you want in your feed (as explained in Basic view setup), assign added fields to feed elements using format'sSettings(as explained in Setting up core <channel> elements and Setting up core <item> elements) and then inAdvancedsection add relevantContextual filter, which would filter your feed based on term provided in the URL - which is generally explained for example here.