RSS Display submitted
This module allows you to control which pieces of information, such as author, date, and title, are included in the description of your RSS feed items when they display entity content. It adds new settings to your content types to make these adjustments easily.
When an RSS feed is configured to show entity content (rather than individual fields), the creator user ID, publication date/time, and title are always included in the item description and can't be adjusted or omitted via the user interface, preprocessing, or Twig templates. All of this information is redundant, because feed items already include the title in the <title> element, the creator in the <dc:creator> element, and the publication date in the <pubDate> element.
This module adds per-content-type configuration to include or omit these elements. See issue 2946812 for more information.
Features
Adds additional settings to the “Display submitted” section of the content type edit form to include or exclude the creator user ID and publication date/time (handled together, consistent with core's “Display author and date information” setting) and (separately) title in the context of an RSS feed. Without this module, those elements always appear and are difficult to remove.
Post-Installation
Visit the Edit screen for any content type: the “Display settings” section should now include new checkboxes for including/omitting the relevant elements in the RSS feed item description.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.0.x-dev | Dev | 10–11 | Initial release | Aug 3, 2026 |