Thanx Kyle,
However this is not a solution to my problem. I need the featured display image to show up in the “Masonry” view at the home page. Wen klicked on the post and sent to a singel post blog page i want to be able to hide teh featured image. It should work with a css code like this:
.single-post .entry-header {
display: none;
}
But it does not. So my question: what’s the custom css code that does the trick?
– Mick