Archived topic
featured image appearing within post
2 replies · Started by Ben Hourahine on September 24, 2014
Hi Tom,
I absolutely love generatepress, so thank you.
I am having an issue with featured images. Whenever I set them up they then appear within posts above the content and the existing image.
http://ispycool.com/2014/09/16/kumi-yamashita-light-shadow-art/
Any solutions?
Thanks again,
Ben
When you have a featured image set, it will show up above your title on single posts.
You can:
a) Use the Disable Elements addon to hide the post image.
b) Hide the post image on single post views everywhere with this CSS:
.page-header-image-single {
display: none;
}
Thanks Tom, I will try that and let you know.
I actually have another query, but will put in a seperate post.