How To Hide Featured Image In WordPress Post? [in 2023]

Written by: Mark Coleman
Published on:

Have you ever wanted to hide the featured image in your WordPress post? It can be frustrating when the image takes up too much space or is not relevant to the content.

Luckily, there are solutions to this problem.

In this blog post, we will discuss why and when you should hide the featured image in your WordPress post, and provide step-by-step instructions on how to do it using a plugin or custom CSS.

As an experienced WordPress user, we have encountered this issue before and have found effective solutions to share with you.

If you prefer to watch a video tutorial on how to Hide Featured Image In WordPress Post, check out this video tutorial:

How To Hide Featured Image In WordPress Post?

Here is how to hide featured image in WordPress post:

  1. Go to your WordPress dashboard.
  2. Hover over “Plugins” and click on “Add New”.
  3. Search for “Conditionally Display Featured Image” plugin and install it.
  4. Activate the plugin.
  5. Open the post from which you want to remove the featured image.
  6. Click on “Edit Post”.
  7. In the “Featured” section, a new option has been added – “Display featured image in post list only, hide on singular views”.
  8. To hide the featured image from this post, check this option.
  9. Click on “Update”.
  10. Now if you view your post, you can see that the featured image has been hidden.

That’s it for now!

Can’t Hide Featured Image In WordPress Post – How to fix it?

If you’re struggling to hide the featured image in your WordPress post, don’t worry, you’re not alone. This issue can be frustrating, but luckily there are a few solutions you can try.

One solution is to use a plugin called “Conditionally Display Featured Image.” To install this plugin, go to your WordPress dashboard, hover over “Plugins,” click on “Add New,” and search for the plugin. Once you’ve found it, install and activate it.

After activating the plugin, open the post you want to remove the featured image from and click on “Edit Post.” In the featured section, you should see a new option that says “Display featured image in post list only, hide on singular views.” Check this option and click on “Update.”

If this solution doesn’t work for you, another option is to add some custom CSS to your theme. To do this, go to your WordPress dashboard, hover over “Appearance,” and click on “Customize.” Then, click on “Additional CSS” and add the following code:

.post-thumbnail {
display: none;
}

This code should hide the featured image on your post.

If neither of these solutions work for you, it’s possible that your theme doesn’t support hiding the featured image. In this case, you may need to switch to a different theme or contact the theme developer for support.

Overall, hiding the featured image in your WordPress post can be a bit tricky, but with these solutions, you should be able to get it done.

Why and When Should You Hide Featured Image In WordPress Post?

When creating a WordPress post, you may want to hide the featured image for various reasons. Here are some situations where you may want to hide the featured image:

  • The featured image is not relevant to the post content.
  • The featured image is too large and takes up too much space on the page.
  • The featured image may be distracting or take away from the main content of the post.
  • You want to display a different image in the post instead.

To hide the featured image in a WordPress post, you can use a plugin called “Conditionally Display Featured Image”. Here are the steps to follow:

  1. Go to your WordPress dashboard and hover over “Plugins”.
  2. Click on “Add New” and search for “Conditionally Display Featured Image”.
  3. Install and activate the plugin.
  4. Open the post you want to remove the featured image from and click on “Edit Post”.
  5. In the “Featured” section, you will see a new option has been added called “Display featured image in post list only, hide on singular views”.
  6. To hide the featured image from this post, check this option and click on “Update”.

By following these steps, you can easily hide the featured image in a WordPress post and customize the appearance of your website.

Conclusion – Hide Featured Image In WordPress Post

Hiding the featured image in a WordPress post can be a common issue for many users.

However, with the right tools and knowledge, it can be easily resolved.

In this blog post, we have discussed why and when you should hide the featured image, and provided step-by-step instructions on how to do it using a plugin or custom CSS.

As a seasoned WordPress user, we have encountered this issue before and have found effective solutions to share with you.

If you’re struggling to hide the featured image, don’t worry, there are a few solutions you can try, such as using a plugin or adding custom CSS to your theme.

By following these solutions, you can easily hide the featured image and customize the appearance of your website.

Mark Coleman - HowTOBuildWebsites
Written by Mark Coleman


Mark Coleman is the founder of HowToBuildWebsites.org, which provides comprehensive tutorials on website builders like WordPress, Wix, Squarespace, Webflow, and Shopify. He graduated from the University of North Texas with a business degree, developing an interest in web design's changing landscape and website builders' potential.

Mark enjoys experimenting with new web technologies, refining his web development skills, and actively participating in web design and development communities.

Learn more about him and read his articles here on HowToBuildWebsites.org.

Leave a Comment