Add a Post Thumbnail to an RSS Feed in WordPress
Have you ever needed to add the WordPress post thumbnail to an existing RSS feed? The below code will add a new element named <thumb> to your RSS feed. This element will contain a link to the post thumbnail as set in WordPress: 1 2 3 4 5 6 7 8 9 10 function ThumbRSS()…