How to remove featured image from post?
-
Hey, I’m just wondering if there is any way I can have the featured image removed from my post but still have it everywhere else on my blog? For example my homepage.
The blog I need help with is: (visible only to logged in users)
-
Hey Blair,
If you had Custom CSS for your blog, you could remove the featured image on the single post view using:
.single-post .post-thumbnail, .single-post .entry-header-wrapper { display: none; }
- The topic ‘How to remove featured image from post?’ is closed to new replies.