ID ) ){ $content = '' . get_the_post_thumbnail( $post->ID, 'large' ) . '' . $content; } return $content; } add_filter('the_excerpt_rss', 'add_featured_image_to_feed', 1000, 1); add_filter('the_content_feed', 'add_featured_image_to_feed', 1000, 1); ?>