Introduction
I want to be able to show a featured image in widgets, and the archives, but not on the actual page or post. How can I hide it?
The Solution
Go to Theme Options and enter the following into the Custom CSS box:
.single .post-image {display: none;}