The #1 WordPress RSS aggregator to quickly import RSS feeds, build a news aggregator, and for easy autobloggin...
Add the featured image into your RSS feed (in the media:content). Works nicely with Mailchimp (|RSSITEM:IMAGE|). Light and simple, no options, no clut …
RSS Featured Image is a WordPress plugin that adds the featured image to your RSS feed within the media:content tag. It is designed to work seamlessly with Mailchimp, allowing for better image integration in email campaigns. This plugin is suitable for users who want to enhance their RSS feeds without adding complexity to the WordPress admin interface.
The plugin operates in the background, ensuring there is no impact on the user interface or overall performance of your WordPress site. Users can modify the default image size by adding a filter in their functions.php file, providing some flexibility without cluttering the admin area.
Best for: This plugin is best for WordPress users looking to improve their RSS feeds for email marketing.
What it does well
Where it falls short
RSS Featured Image is a straightforward solution for adding featured images to RSS feeds, suitable for those who prefer simplicity and minimal admin clutter.
Jordy Meow's own description of RSS Featured Image, lightly tidied.
RSS Featured Image adds the featured image into your RSS feed (in the media:content). It works nicely with Mailchimp (|RSSITEM:IMAGE|). In fact, it basically does the same thing as another (and more famous) plugin but without cluttering your WordPress Admin. This is a simple task, and I believe it should be invisible and run peacefuly in the background, with no impact on the UI and the overall WordPress performance.
By default, the size of the image is “large”. I think it would be a shame to add new options to your WordPress admin only for this, so if you want to change the size, I propose you a filter 🙂 You can include some code in your functions.php to take care of this. This is how you can use it:
function thumbnail_size_for_rss( $default ) {
return ‘thumbnail’;
}
add_filter( ‘rfi_rss_image_size’, ‘thumbnail_size_for_rss’, 10, 1 );
Other plugins for aggregating content.
The #1 WordPress RSS aggregator to quickly import RSS feeds, build a news aggregator, and for easy autobloggin...
The most powerful WordPress RSS aggregator, helping you curate content, autoblog, import RSS & display unl...
Ditty offers a range of content display options, including its signature news ticker and customizable layouts.
Podcasting the way it's meant to be. No mess, no fuss - just you and your content taking over the world.
GN Publisher makes RSS feeds that comply with the Google News RSS Feed Technical Requirements for including yo...
Hide posts or WooCommerce products from the homepage, archives, search, RSS, REST API, sitemaps and SEO tools...