Archived topic
Removing Featured Image from Full RSS Feed
8 replies · Started by Clyde on January 26, 2021
When I set the RSS feed for full content, it shows the featured image above the post in the feed which is also typically the first image in the post.
Under Customization: Layout: Blog
I have unchecked Display Featured Image
In CSS I've added this snippet you provided:
.single .page-header-image-single {
display: none;
}
These measures worked great in removing or stopping the display of the featured image in blog posts.
But I need to remove it from the full RSS feed.
Any ideas on how to accomplish that?
Thanks!
Hi there,
If you're removing the featured image from the single posts with CSS and you don't want them to display in RSS feeds, is there any reason to keep them activated at all?
What if you disable them in single posts in Customize > Layout > Blog?
Let me know :)
If you mean unchecking that option I did already. That has been disabled since very early on.
If it's disabled, then the CSS you mentioned isn't necessary.
Can you link me to one of the posts that are displaying featured images in the feed?
So when I look at your feed and find that post, I'm not seeing a featured image. What I am seeing is the image that is inside your content.
To remove images from the feed, something like this might help: https://wordpress.stackexchange.com/questions/238383/how-can-i-remove-image-from-feed
I'll check that out.
Thanks for taking a look.
I still need to figure out why I get two images in Feedburner when I turn on the full feed:
https://feeds.feedburner.com/nftart
And it also happens in my email newsletters when I have the full feed enabled.
Wish me luck!
I'm going back to the partial feed and come at this another time.
There are some other things going on that seem to be plugin related, different things, so I'm just going to reconsider the whole at a later date and see if I can fix everything at once.
Thanks again for your help!
No problem! :)