However when I use a header image in a blogpost, the image also get's shown within the post itself... not so fancy.
How can I disable this the right way?
I could do a
- Code: Select all
.entry-thumbnail {
display: none;
}
But I'm not sure if won't break something else that way.