WPGet.blogspot.com

Tips on how to Add Submit Thumbnail to your WordPress RSS Feeds

Tips on how to Add Submit Thumbnail to your WordPress RSS Feeds

In our earlier tutorial, we confirmed you how one can add post thumbnails in WordPress. The unhappy fact is that even if you happen to allow the submit thumbnails, it is not going to present up in your RSS feeds. However we've got an answer for that. On this article, we'll present you how one can add submit thumbnails to your WordPress RSS feeds with a easy operate.

All it's important to do is open your theme’s capabilities.php file and add the next code:

operate rss_post_thumbnail($content material) 
add_filter('the_excerpt_rss', 'rss_post_thumbnail');
add_filter('the_content_feed', 'rss_post_thumbnail');

Be at liberty to fashion this nonetheless you want. Keep in mind to activate WordPress submit thumbnails utilizing our primary WordPress post thumbnail tutorial earlier than including it to your RSS.

Supply: Dave Redfern

Tutorials