Hi guys
How do I hide the feature image on the post yet allow it to appear on the blog page
Post http://richardrosebery.com/my-solo-exhibition/
Blog http://richardrosebery.com/news-events/
solved it myself following another topic I used this
.entry-featured,
.entry-thumb {
display: none;
}
Thanks in advance, enjoy your day
