티스토리 수익 글 보기
This plugin hasnt 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.
Hide Featured Image
Beskrivelse
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
Installation
- Install the plugin from the ‘Plugins’ section in your dashboard (Go to
Plugins > Add New > Searchand 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.
FAQ
- Installation Instructions
-
- Install the plugin from the ‘Plugins’ section in your dashboard (Go to
Plugins > Add New > Searchand 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.
- Install the plugin from the ‘Plugins’ section in your dashboard (Go to
- 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
- Go to ‘Hide featured image’ setting page (
Anmeldelser
14. august, 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’ ); }
) );
} );
4. januar, 2022
It maybe abandoned but as of 5.8.2 it still works for me using WP-Weaver Xtreme theme.
28. januar, 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.
28. juli, 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 !
13. juli, 2020
Still works perfectly, every time.
9. juli, 2020
It Doesn’t work!
Bidragsydere & udviklere
“Hide Featured Image” er open source-software. Følgende personer har bidraget til dette plugin.
BidragsydereOversæt “Hide Featured Image” til dit eget sprog.
Interesseret i udvikling?
Gennemse koden, tjek SVN repository, eller abonner på udviklerloggen via RSS.
Ændringslog
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