Quantcast
Channel: Can I add the post featured image to a specific RSS feed? - WordPress Development Stack Exchange
Browsing all 2 articles
Browse latest View live

Answer by Mike Baxter for Can I add the post featured image to a specific RSS...

WPBeginner has a nice article " How to Create Custom RSS Feeds in WordPress" that addresses this from a manageable perspective. They cover creating custom feeds, and using theme templates to customize...

View Article



Can I add the post featured image to a specific RSS feed?

I'm currently using the following code: function featuredtoRSS($content) { global $post; if ( has_post_thumbnail( $post->ID ) ){ $content = '<div>' . get_the_post_thumbnail( $post->ID,...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images