How to Hide Featured Image From WordPress Post (Easily)

Want to hide the featured image from a WordPress post and page?
The WordPress featured image is the image that appears at the top of the individual blog post. It indicates what the post is about, or you can add any image related to the blog post. Basically, it is known as a post thumbnail.
Adding a featured image to a blog helps to increase the attractiveness and readability of your post. Search engines like Google also use featured images in search engine results.
However, not all types of posts or pages need feature images. Fortunately, WordPress gives you the ability to show/hide featured images on your website.
If you don’t want to hide the featured image, then you can see how to add the featured images in WordPress.
Most beginners don’t even know what a feature image is. So they often get stuck on how to hide feature images from WordPress posts. If you’re also a WordPress beginner, then don’t worry. We’ve got your back.
To hide the WordPress featured image in the post, we come up with two of the easiest methods where you can remove the image quickly: One method is to remove it with the custom code, and another is via using a plugin. Without any delay, let’s get started:
- Hide WordPress featured image without a plugin
- Hide WordPress featured image via a plugin
Besides these methods, if you’re using a quality premium theme, featured images in posts/pages can also be removed by clicking a button to “hide featured image.” If it doesn’t, then you can continue reading our tutorial.
Jump To:
ToggleHiding Featured Image in WordPress Post Manually
The first thing you need to do is simply go to your WordPress Dashboard >> Appearance >> Customize. This will launch the WordPress theme customizer, where you can make changes while viewing a live preview of your site.

Next, you need to go to the ‘Additional CSS’ option and add some CSS code to hide featured image in WordPress without a plugin

In the text area of Additional CSS, simply add the following shortcode:
.single-post .wp-post-image { display: none; }
Now, click on the publish button, and you can check out your website to see the changes in the featured image.
In this way, you can hide the featured image from a WordPress post using CSS.
Hiding Featured Image in WordPress Post via Plugin
The alternative way to hide the WordPress featured image is by using a plugin. We have tried various plugins in our testing sites, and there is one that sticks out for us. WP Hide Show Featured Image. As the name suggests, the plugin immediately allows you to disable or enable featured images after the quick installation.
Learn the easy way to install plugins if you don’t know yet.

Why I like this plugin is its ease of use. The plugin just asks you ‘whether you want to show featured images or not,’ and you simply have to answer it’.
After the plugin activation, hover on the ‘Settings‘ option in your WordPress dashboard’s side panel.
Click on the WP Hide Show Featured Image option.

You’ll be redirected to the dashboard of the plugin, where you will find multiple options, including the hiding featured image option.

You will also have the option to remove WordPress logo or text ‘Howdy’ that appears in the top right of your WordPress dashboard.
That’s it! This is how you can hide featured image in WordPress on a single post using a plugin.
Frequently Asked Questions
Can we add more than one featured image in WordPress?
Yes, you can add as many featured images as you wish. However, the WordPress default doesn’t have this feature. Therefore, you have to use a plugin for this. We recommend the Quick Featured Images plugin for this.
Can we remove featured images for multiple posts in WordPress in one go?
a featured Yes, you can use the Quick Featured Images plugin for setting, replacing, and removing featured images from WordPress for hundreds of posts and pages in one go.
How can I remove the feature image from a custom post type?
There isn’t much difference in the feature image of a post or page and a custom post type. That’s why you can follow the two methods described above to remove the feature image from the custom post type.
Wrapping Up
To wrap it all up, this is how you can hide a WordPress featured image with or without a plugin on your website. You can follow the step-by-step guide to easily hide the featured image from your post or page.
If you find this article helpful, then don’t forget to comment and follow us on Facebook and Twitter.
You might also like to read the following article:
5 thoughts on “How to Hide Featured Image From WordPress Post (Easily)”