pda-how-to-hide-featured-images-wordpress

7 Proper Ways to Hide Featured Images WordPress

Hide featured images in WordPress comes in handy in some situations. For example, you desire to achieve a minimalist look or eliminate pictures from certain areas on your website.

Imagine that you have a blog post which looks cluttered with the featured image. However, you still want the featured image to display on the blog listing page. In this case, hiding the image on your individual blog post without removing it entirely will be the ticket.

The following instructions will help you hide WordPress featured images properly using the built-in function and other options.

Let’s get into it!

#1 Upload Featured Images Selectively

The simplest way is to upload and set your featured images in a selective and well-arranged way. You should have a list of blog posts in which they are determined to have featured images or not. By defining and planning your images, you can take full control over them and manage them effectively.

Before you read further.... Free Download (PDF)

Secret Side Door

Secret Google Search Tactic That Will Skyrocket Your Sales, Connect You to the Perfect Partners, Influencers & Affiliates and Send Your Google Rankings Soaring! FREE when you sign up for Digital Creators Edge, a free newsletter for Digital Creators who wish to take their business to the next level.

Leave the Featured Image section blank if you don’t want the post’s featured image to show up anywhere.

pda-set-featured-image-wordpress

To understand WordPress featured images and how to use them, check out our article for more details.

#2 Remove Uploaded Featured Images

After setting a featured image for your post, take these steps to remove it. This method works well with both the Classic editor and the Gutenberg editor.

  1. In your post or page, find the Featured image section.
  2. Click the Remove featured image button.

pda-remove-featured-images-wordpress

3. Preview and Update your post to finish.

However, WordPress occasionally sets a default featured image for all your blog posts automatically or assigns the first image in the post as the featured image. That’s why your posts still have featured images even though you’ve deleted them or not uploaded any images.

Encounter this issue? Follow the method below.

#3 Disable Auto-Set Featured Images

Your featured images display in 2 locations:

  • Posts/Pages: Usually at the beginning of a post or page.
  • Blog Gallery Page: In the post listing you have published on your website.

If you’re using a featured image plugin, chances are it automatically generates a default featured image for your content. In other words, the auto-generated featured images won’t show up in your posts but on the post gallery page.

The functionalities and settings of each plugin are different. You’d better check whether your plugin provides an option to disable the auto-set featured images. You can contact the plugin’s support team for help as well.

Let’s say you’re using the Auto Featured Image plugin. To disable the automatic featured images:

  1. In your admin dashboard, navigate to Auto Post ThumbnailSettings.

pda-auto-post-thumbnail-settings

2. Scroll down to Enable automatic post thumbnail generation and turn it Off.

pda-hide-featured-image-wordpress-auto-featured-image

#4 Hide Featured Images in WordPress via Theme Settings

The Neve theme gives you the ability to hide featured images sitewide and even on certain posts. In addition, you can choose between hiding featured images from the blog listing page and a single post/page, or both.

pda-wordpress-neve-theme

Hide Thumbnail Images from Blog Listing Pages

First, you need to install and activate the Neve theme. Then:

  1. Head over to AppearanceCustomize and select LayoutBlog/Archive.
  2. In the Post Content Order menu, press the eye icon under the Thumbnail section.

pda-hide-featured-image-wordpress-blog-listing-page

This will deactivate the display of thumbnails on your blog gallery page. As a result, only post titles, descriptions, and metadata you included are shown.

pda-hide-featured-image-wordpress-blog-listing-pages

Conceal Post Thumbnails from the Entire Site

Besides the post listing page, the Neve theme allows hiding all featured images on your posts/pages.

  1. Go to AppearanceCustomize in your WordPress dashboard, then click on LayoutSingle Post.
  2. Make sure you’re choosing the Normal mode under the Header Layout.

pda-normal-header-layout-neve-theme

3. Scroll down to the Elements Order section and unmark the eye icon next to the Thumbnail element.

pda-hide-featured-image-wordpress-post-page

4. Hit the Publish button to make the thumbnails disappear on the post view.

pda-hide-featured-image-wordpress-post-view

In case you’re using the Cover instead of the Normal header layout, here’s the route:

  1. Scroll down to the Layout section and toggle the Hide featured image option to On.

pda-hide-featured-image-wordpress-option-neve-theme

2. Press the Publish button and enjoy the results.

Bear in mind that this method hides the featured images of every post across your website. But the images are still visible on the blog listing page. It’s a great option if you want your posts to be neat and the featured images to remain on the blog gallery page.

Hide Featured Images on Specific Blog Posts

Finally, the Neve theme assists you to hide the thumbnail images from single posts, while leaving them enabled by default.

  1. Open the post you wish to hide the featured image.
  2. In the post edit screen, select the N icon in the top-right corner to open the Neve Options.

pda-hide-featured-image-wordpress-single-post-neve-options

3. Turn off the Featured Image option in the Elements section.

pda-hide-featured-image-wordpress-single-post-neve

#5 Use Code to Hide Featured Images in WordPress

What if your theme doesn’t give you the option to hide featured images? You can write code to do so.

  1. In your admin panel, go to AppearanceCustomizeAdditional CSS.
  2. Copy and paste the code below into it:
.entry-content img {
display: none;
}

This will hide the featured image for all of your posts. In case you want to hide a featured image of a particular post, type in the following code:

.post-12345 .post-image {
display: none;

Remember to replace “12345” with your actual post ID.

3. Click Publish to complete.

Please note that this technique doesn’t permanently delete the featured images from your WordPress media library. Instead, it only hides the pictures from specific posts.

This method is beginner-friendly. Just activate a plugin, and it will help you handle the hassle. We’ll show you how to display/hide featured images on posts/pages using a free plugin.

  1. Head over to PluginsAdd New.
  2. Search for the Conditionally display featured image on singular posts and pages plugin and click InstallActivate.

pda-conditionally-display-featured-image-on-singular-posts-pages

3. Go to the post/page you desire to hide the featured image.

4. Under the Featured Image section, mark the checkbox Display featured image in post lists only, hide on singular views.

pda-conditionally-hide-featured-image-wordpress

5. Hit the Update or Publish button to make the changes live.

#7 Enable a File Protection Plugin

Lastly, an interesting method is using a file protection plugin to hide your featured images from the public eye. It not only protects your images from unauthorized views but also grants access permission to specific user roles.

  1. Activate the PDA Gold plugin and its Access Restriction addon (optional).
  2. Navigate to MediaLibrary.
  3. Click the Protect button to hide your featured image from views and Google.

pda-protect-featured-image-wordpress

4. Select the Configure file protection option.

5. Choose the File Access Permission tab and select the user roles you want to grant file access.

pda-file-access-permission

6. Press the Save changes button to finish.

Hide Featured Images in WordPress with Ease

We’ve demonstrated 7 simple ways to hide featured images in WordPress. You can choose between using the built-in function, theme settings, codes, or plugins according to your needs. Now it’s high time to pick an ideal method and roll up your sleeves.

If you have any problems following our instructions, don’t hesitate to let us know in the comment section below. And most importantly, don’t forget to subscribe to our website for more useful tutorials.