Hide Featured Image

Plugin Banner

Hide Featured Image

by shahpranaf

Download
Description

There are instances when one wants to show featured image on single post and hide it on another post.
This plugin will allow you to show or hide featured image from single post page. It supports custom post types also.

For any query or details please visit Plugin Home

  • Install the plugin from the ‘Plugins’ section in your dashboard (Go to Plugins > Add New > Search and search for Hide Featured Image).
  • OR, You can also download the plugin from the repository. Unzip it and upload it to the plugins folder of your WordPress installation (wp-content/plugins/ directory of your WordPress installation).
  • Activate it through the ‘Plugins’ section.

Installation Instructions

  • Install the plugin from the ‘Plugins’ section in your dashboard (Go to Plugins > Add New > Search and search for Hide Featured Image).
  • OR, You can also download the plugin from the repository. Unzip it and upload it to the plugins folder of your WordPress installation (wp-content/plugins/ directory of your WordPress installation).
  • Activate it through the ‘Plugins’ section.

To hide featured image from single post or page

  • Open the post/page in edit mode.
  • Select the option(YES/NO) to hide featured image and update.

To hide featured image on all single posts

  • Go to ‘Hide featured image’ setting page ( Plugins > Settings > Hide Featured Image).
  • Select the option(YES/NO) to hide featured image for all posts or pages.
  • Click Submit.

For any query or details please visit Plugin Home

Not with Gutenberg (block editor)

By binjomin on August 14, 2025

It works, but not in block editor. If you want with block editor, easiest is using an update alternative called "Conditionally display featured image on singular posts and pages". Alternatively, tell GitHub Copilot to make it work with block editor and then it adds a piece to the beginning of index.php (not tested):

// Register meta for REST API compatibility (Gutenberg)

add_action( 'init', function() {

register_post_meta( '', '_hide_featured', array(

'show_in_rest' => true,

'single' => true,

'type' => 'string',

'auth_callback' => function() { return current_user_can( 'edit_posts' ); }

) );

} );

WP 5.8.2 still works

By wclune on January 4, 2022

It maybe abandoned but as of 5.8.2 it still works for me using WP-Weaver Xtreme theme.

Simply doesn't work

By eredmon on January 28, 2021

Don't waste your time. Trump voters apparently designed this plugin. You can click that "hide feature post" all you want. I'm pretty sure that just makes your feature image more visible somehow. It just doesn't work.

Still working

By linux garage on July 28, 2020

This is a beautifully coded plugin by a talented developer. I'm using 5.4.2 ---- classic editor. Tried it this week and still working. All the best to Shah Pranav !

Jul 2020, Newest Version of WordPress

By Jon Carter (beardedparagon) on July 13, 2020

Still works perfectly, every time.

It Doesn't work!

By mydeliverywebsite on July 9, 2020

It Doesn't work!

It doesn't work

By designtepsol on March 26, 2020

It doesn't work.

Perfeito

By ulissesveloso on May 21, 2019

Funcionou corretamente em meu site! Recomendo 5 estrelas!

Works for me

By authentictech on April 5, 2019

Works well for me except does not hide the caption if one is set on the image.

Does not work. Feature image still show. It's as simple as that.

By dustyhale on March 17, 2019

I installed it and it had no effect what so ever. I'm on WP 5+ using Divi.

1.3.1

  • Made Plugin Translation ready.

1.3

  • Made Plugin Translation ready.
  • Modified to support latest WordPress.
  • Fixed Minor bugs and security update.
  • Provided support for Twenty Seventeen Theme

1.2

  • Update description and confusing text.
  • Minor bugs and security update.

1.1

  • Added page support
  • Added option to hide featured image on all posts/pages

1.0

  • Initial release
Back to top