Remove Featured Image from Within Posts
-
I would like for my featured images to show up only when my posts are shared on Facebook, etc.
Currently, the featured image shows up automatically at the top of its respective post. How do I remove this so people do not have to scroll past this to read the post?
Also, if I simply insert images into the post but do NOT set a featured image, will the post show as having no image when shared on Facebook, etc? Because maybe that could be a workaround…
The blog I need help with is: (visible only to logged in users)
-
You can use the following to hide featured images on single post pages.
.single .entry-image { display: none; }In general, if a featured image is not set, FB, etc., will pull the first image from the post or page content area, so you can do it either way.
- The topic ‘Remove Featured Image from Within Posts’ is closed to new replies.