Removing featured image from post
I want to keep the featured image showing on the main blog page (blog listings) but REMOVE it from the top position in an individual post. I generally show the image as part of the post with text wrapped around.
I thought of using this css - which does work. But is there a better way?
.single-photo-wrapper.image {
text-align: center;
margin-top:-1000px;
}
Thanks,
Rashid.
I thought of using this css - which does work. But is there a better way?
.single-photo-wrapper.image {
text-align: center;
margin-top:-1000px;
}
Thanks,
Rashid.
Comments
to remove featured image from single post page, you need to use the following css: