Reply To: Only include featured image

Home Forums Featured Image in RSS Feed Only include featured image Reply To: Only include featured image

#2894
aden
Guest

Not sure if this will help or not but i managed to remove the image from the post.

I went into the plugin code and removed this

add_filter(‘the_excerpt_rss’, ‘featured_images_in_rss’, 1000, 1);

And now the thumbnail image is showing and the image in the post is gone.

Works for me, hopefully its of some help to you.