Tiu ĉi kromprogramo ne estis testita en la 3 lastaj gravaj eldonoj de WordPress. Eble ĝi ne plu estas prizorgata kaj ĝi eble havus kongruajn problemojn en novaj versioj de WordPress.

Hide Featured Image

Priskribo

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

Instalo

  • 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.

OD

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

Pritaksoj

Aŭgusto 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’ ); } ) ); } );
Januaro 4, 2022
It maybe abandoned but as of 5.8.2 it still works for me using WP-Weaver Xtreme theme.
Januaro 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.
Julio 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 !
Legi ĉiujn 81 pritaksojn

Kontribuantoj k. programistoj

“Hide Featured Image” estas liberkoda programo. La sekvaj homoj kontribuis al la kromprogramo.

Kontribuantoj

Traduki “Hide Featured Image” en vian lingvon.

Ĉu interesita en programado?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Ŝanĝprotokolo

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