IDCG International
asked 11 years ago

Does anyone know how to remove a featured image from the post page, without removing it from the homepage?

2 Answers
DominicStaff
answered 11 years ago

To remove a featured image from the post page, without removing it from the homepage, please read the instruction here:

Firstly, log in to Dashboard > Media > Add new. Copy your image link.

See the screenshot: http://imgur.com/e0gCUrr

Next, go to Posts > Add new. In the “Text” frame, click the img button

See the screenshot: http://imgur.com/INA0fuz

And add link of your image.

See the screenshot: http://imgur.com/qQbSy7Z

Hope this helps !

Regards,
Dominic

IDCG International
replied 11 years ago

Thx Dominic, but I DON’T want an image on the post page. We want to set a featured image for a post (which I know how to do), but DO NOT want that image showing up in the post.

DominicStaff
answered 11 years ago

To featured image from post page, you can log in to Dashboard > Theme > Customize. And the following code in the “DW Focus header script”


<style>
.single .site-content > .post .entry-thumbnail img {
display: none;
}
</style>

Hope this helps !
Regards,
Dominic

Powered by DW Question & Answer Pro