Removing featured image from post

I want to keep the featured image showing on the main blog page (blog listings) but REMOVE it from the top position in an individual post.  I generally show the image as part of the post with text wrapped around.

I thought of using this css - which does work.  But is there a better way?

.single-photo-wrapper.image {
    text-align: center;
    margin-top:-1000px;
}

Thanks,

Rashid.

Comments

Sign In or Register to comment.