- This topic has 8 replies, 2 voices, and was last updated 5 years, 2 months ago by
Tom.
-
AuthorPosts
-
January 26, 2021 at 5:14 am #1634048
Clyde
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 ImageIn 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!
January 26, 2021 at 10:00 am #1634580Tom
Lead DeveloperLead DeveloperHi 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 🙂
January 26, 2021 at 12:58 pm #1634807Clyde
If you mean unchecking that option I did already. That has been disabled since very early on.
January 27, 2021 at 9:44 am #1635959Tom
Lead DeveloperLead DeveloperIf 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?
January 27, 2021 at 10:42 am #1636023January 28, 2021 at 9:27 am #1637288Tom
Lead DeveloperLead DeveloperSo 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
January 28, 2021 at 10:19 am #1637333Clyde
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/nftartAnd it also happens in my email newsletters when I have the full feed enabled.
Wish me luck!
January 29, 2021 at 5:48 am #1638071Clyde
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!
January 29, 2021 at 9:17 am #1638547Tom
Lead DeveloperLead DeveloperNo problem! 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.