Title: Hide Featured Image
Author: shahpranaf
Published: <strong>Me 22, 2015</strong>
Last modified: Me 28, 2018

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/hide-featured-image/assets/icon-256x256.png?rev=1882740)

# Hide Featured Image

 By [shahpranaf](https://profiles.wordpress.org/shahpranaf/)

[Download](https://downloads.wordpress.org/plugin/hide-featured-image.zip)

 * [Details](https://cor.wordpress.org/plugins/hide-featured-image/#description)
 * [Reviews](https://cor.wordpress.org/plugins/hide-featured-image/#reviews)
 *  [Installation](https://cor.wordpress.org/plugins/hide-featured-image/#installation)
 * [Development](https://cor.wordpress.org/plugins/hide-featured-image/#developers)

 [Support](https://wordpress.org/support/plugin/hide-featured-image/)

## 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](http://shahpranav.com/2015/05/hide-featured-image-on-single-post/)

## Installation

 * 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](https://downloads.wordpress.org/plugin/hide-featured-image.zip)
   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.

## FAQ

  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](https://downloads.wordpress.org/plugin/hide-featured-image.zip)
   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](http://shahpranav.com/2015/05/hide-featured-image-on-single-post/)

## Reviews

![](https://secure.gravatar.com/avatar/51609a75706c03d825a598b431a67a6969e909ebaf3db4fc501e0b2a7d250aa4?
s=60&d=retro&r=g)

### 󠀁[Not with Gutenberg (block editor)](https://wordpress.org/support/topic/not-with-gutenberg-block-editor/)󠁿

 [binjomin](https://profiles.wordpress.org/binjomin/) Est 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’ ); } ) ); });

![](https://secure.gravatar.com/avatar/11feccadee9119e1fb817d51612615bc875d7b68abad157b41b2adbf715c6817?
s=60&d=retro&r=g)

### 󠀁[WP 5.8.2 still works](https://wordpress.org/support/topic/wp-5-8-2-still-works/)󠁿

 [wclune](https://profiles.wordpress.org/wclune/) Mis-Genver 4, 2022

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

![](https://secure.gravatar.com/avatar/f9ad509e4b76ed89badbfecf547b3c935910e82ece27ed4b686597ef5440532c?
s=60&d=retro&r=g)

### 󠀁[Simply doesn’t work](https://wordpress.org/support/topic/simply-doesnt-work-62/)󠁿

 [eredmon](https://profiles.wordpress.org/eredmon/) Mis-Genver 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.

![](https://secure.gravatar.com/avatar/1e9103714b98eff66e59049a6fcc3fdeb6eba84bf0b11923b49d6a9301605c95?
s=60&d=retro&r=g)

### 󠀁[Still working](https://wordpress.org/support/topic/still-working-98/)󠁿

 [linux garage](https://profiles.wordpress.org/linux-garage/) Gortheren 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 !

![](https://secure.gravatar.com/avatar/949dfe0ef233828c60c482203b7cfb37b728b65b2d39ed04ebcf8f0835f3cf2b?
s=60&d=retro&r=g)

### 󠀁[Jul 2020, Newest Version of WordPress](https://wordpress.org/support/topic/jul-2020-newest-version-of-wordpress/)󠁿

 [Jon Carter](https://profiles.wordpress.org/beardedparagon/) Gortheren 13, 2020

Still works perfectly, every time.

![](https://secure.gravatar.com/avatar/6ed52c021f152862bec62c460d437ec9386f3bd59ad4b7abaa3e88c805ba1717?
s=60&d=retro&r=g)

### 󠀁[It Doesn’t work!](https://wordpress.org/support/topic/it-doesnt-work-253/)󠁿

 [mydeliverywebsite](https://profiles.wordpress.org/mydeliverywebsite/) Gortheren
9, 2020

It Doesn’t work!

 [ Read all 81 reviews ](https://wordpress.org/support/plugin/hide-featured-image/reviews/)

## Contributors & Developers

“Hide Featured Image” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ shahpranaf ](https://profiles.wordpress.org/shahpranaf/)

[Translate “Hide Featured Image” into your language.](https://translate.wordpress.org/projects/wp-plugins/hide-featured-image)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/hide-featured-image/),
check out the [SVN repository](https://plugins.svn.wordpress.org/hide-featured-image/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/hide-featured-image/)
by [RSS](https://plugins.trac.wordpress.org/log/hide-featured-image/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 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

## Meta

 *  Version **1.3.1**
 *  Last updated **8 years ago**
 *  Active installations **10,000+**
 *  WordPress version ** 3.0.1 or higher **
 *  Tested up to **4.9.29**
 *  Language
 * [English (US)](https://wordpress.org/plugins/hide-featured-image/)
 * Tags
 * [featured](https://cor.wordpress.org/plugins/tags/featured/)[hide](https://cor.wordpress.org/plugins/tags/hide/)
   [image](https://cor.wordpress.org/plugins/tags/image/)[post](https://cor.wordpress.org/plugins/tags/post/)
   [show](https://cor.wordpress.org/plugins/tags/show/)
 *  [Advanced View](https://cor.wordpress.org/plugins/hide-featured-image/advanced/)

## Ratings

 3.6 out of 5 stars.

 *  [  48 5-star reviews     ](https://wordpress.org/support/plugin/hide-featured-image/reviews/?filter=5)
 *  [  3 4-star reviews     ](https://wordpress.org/support/plugin/hide-featured-image/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/hide-featured-image/reviews/?filter=3)
 *  [  5 2-star reviews     ](https://wordpress.org/support/plugin/hide-featured-image/reviews/?filter=2)
 *  [  24 1-star reviews     ](https://wordpress.org/support/plugin/hide-featured-image/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/hide-featured-image/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/hide-featured-image/reviews/)

## Contributors

 *   [ shahpranaf ](https://profiles.wordpress.org/shahpranaf/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/hide-featured-image/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://ko-fi.com/M4M6E3Y9)