how do i have a featured image appear on the main site but not appear in a single post?
1 Answers
To resolve this problem, you can log in to Dashboard > Appearance > Editor > open the style.css file > Add the following code:
.single-post .item-thumbnail {
display: none;
}
Regards,
Dominic
thanks! works nicely
Please login or Register to submit your answer