Posted by pkcho on August 18, 2010 at 3:02pm
Currently, the RSS feeds that are produced from my site includes most of the entire node (deck, 2 author fields, main image and thumbnail image).
I'm trying to create a feed that simply has the title (linked to its URL), the teaser (or description), image and posted date.
I tried using Views RSS which in essence allows me to pick fields, but it doesn't allow me to pick all the correct fields. It will not allow me to choose an image.
Does anyone know the best way to accomplish this?
Thank you,
Joe
Comments
It's a rather simple process
It's a rather simple process even I was able to accomplish. Go to content management/content-types and pick the node type you want to include in your feed. Pick the "manage fields" options and then chose "display fields" and then "rss." From there, just hide the fields you don't want your rss feed to display. (I chose to hide the deck, show author info and photo credits, for instance.)
Thank you. I went through so
Thank you. I went through so many failed attempts through various modules before learning this.
Additionally, does anyone know how to make the feed encode using iso-8859-1 standard instead of utf-8?
Also, does someone know how to Place the [img src] attribute from the feed description into a separate tag/attribute?
Thank you,
Joe