RSS feed missing body field

Options

Is there a way to have the body show up in the RSS feeds? All the feeds I create are missing the body.

Tagged:

Comments

  • You have two choices that I can think of:

    • Use the description/summary field to hold the body (you can configure which properties populate which feed fields in the RSS configuration dialog)
    • Roll your own feed:
      1. Create a List Display template for the XML Content Type that renders RSS and includes the body
      2. Create a page (instance) of the Content Type XML (this will be the RSS feed)
      3. Insert a list on that page
      4. Render the list using the new List Display template

Categories