Featured images
- The topic ‘Featured images’ is closed to new replies.
Need help? Check out our Support site, then
Can you remove featured images from appearing on the actual post page?
The blog I need help with is: (visible only to logged in users)
Hi. If a featured image is set, it will appear by default on the post.
The only way to hide this is with CSS.
You could add this Custom CSS to hide it:
.single .entry-image { display: none; }
Let me know if you have additional questions!