Tagged: featured image, page
Hi
I set up a featured image on a page and automatically that featured image it shown on the top of my page. I don’t want that.
It is possible to remove it from pages without removing the featured image itself (I use that image for a plugin)?
Hey scisterna!
You can add this on your custom.css or Quick CSS to hide the featured image on pages:
.page .page-thumb {
display: none;
}
Regards,
Ismael
I don’t want to do it in that way because Google will find that I’m hidding something and it could be penalized.
It is possible to do it from the php?
Regards