How to disable featured image in post WordPress twenty sixteen and fifteen theme

If you want to disable featured image in post or page you can paste the code below in ‘custom CSS code’

.single-post .attachment-post-thumbnail {
display: none;
}
.post.has-post-thumbnail {
padding-top: 4%;
}


We have checked this with WordPress Twenty Sixteen theme.

Source: https://wordpress.stackexchange.com/questions/219440/hide-featured-image-in-post-in-twenty-fifteen

Author: V. Peters

Please leave a comment behind thank you. Tech enthusiast and blogger passionate about AI, smart home gadgets, and innovative technology. I love sharing in-depth guides, troubleshooting tips, and the latest trends to help you make the most of your devices. Let’s explore the future of tech together! I hope the info on this site is helpful to you.

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x