I’d like to never show featured images on a post page, but
.single .thumbnail {display: none;}
doesn’t seem to work?
Thoughts?
Just found the answer 🙂
But as a suggestion for future updates, I’d love an option in Blog settings to hide featured images from single post pages as the default. If there was a way to override that on a post-specific basis, even better.
I should have asked, is there a way to override this on occasional posts with a check box, or would I use Simple CSS and !important if I want to achieve that?
Yes. Mostly because I moved a blog with more than 400 posts to a new site with WordPress. None of the posts had featured images, so I used a script to create featured images for each post from inserted images so that there will be a thumbnail for each post in the blog View. But that means showing the featured image on the post page results in duplicate images.
So I want to hide the featured images in all of those imported posts. But for future posts it would be nice to be able to use featured images on occasion.