Closed (fixed)
Project:
Views Node Feed
Version:
5.x-1.1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 May 2009 at 05:26 UTC
Updated:
17 Sep 2009 at 16:06 UTC
I'm really confused about how to set this up, even after reading the README. My blog page is a view of a certain blog taxonomy. Do I add the feed argument to that or make another view? Do I need to add the rss icons on the page (or is it a block?) and address bar as well?
Comments
Comment #1
andrewlevine commentedPBmedia, views node feed isn't intended to just make RSS feeds like that (it can be used to output anything based on what you code it to do). You will have to write a bit of code to get the desired result. You can add the argument to your same view. You will need to add the RSS icons and tags manually.
Comment #2
andrewlevine commentedreopen if you still want help