Does anyone know how to remove a featured image from the post page, without removing it from the homepage?
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
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.
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
Please login or Register to submit your answer