Are you referring to the “full” post view? IF so, there’s a setting for that if you go to the customizer, then to the Blog Options tab, there’s a setting to show or hide the featured image from the full post.
I did that , but it is showing one above the banner
See what I mean here:
http://www.theideadoor.com/church-callings/primary/2017-primary-choose-the-right
When I use other templates it does not do this
I mean it is showing up right under the banner but about the contect
Ah, you are referring to a pages and not posts…my fault for not reading your post correctly.
If you have a featured image for a page, simply delete the featured image from the page by opening the page in your editor and deleting it from the right side column of the editor.
Is this just for one page or did you originally have a featured image on “all” pages and they show up?
Thanks for getting back to me, I guess I didnt explain myself right.
What I dont want is it showing up on the page, I do want it in the “featured image area” because I want it to show up in previews.
It is strange it does not show up on every page, just some pages. And it is below the banner but above the Top 1 area. Is there any way to just turn that picture off for each page but not in previews, with out removing it from the “Featured image area”
Like I said when I use other templates it does not show up
Thanks
to disable them, you can do some custom CSS using a plugin called “Simple Custom CSS” if you don’t use Jetpack. This is the CSS code you would be using:
.page .wp-post-image {
display: none;
}
That code above will hide the featured image on all “pages”.