Server IP : 104.21.38.3 / Your IP : 104.23.175.113 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/wwwroot/coircraft.com/wp-content/plugins/zi-hide-featured-image/ |
Upload File : |
=== Plugin Name === Contributors: ZenInvader Donate link: http://www.zeninvader.com/ Tags: Gutenberg, featured image, hide featured image, post thumbnail Requires at least: 3.0.1 Tested up to: 5.8.2 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == This WP plugin hides the featured image on a single post or page. The plugin adds a checkbox to the "Featured Image" section on edit pages. Once checked, the featured image will be removed from individual posts and pages. This plugin works on WordPress Gutenberg and also on Classic Editor. It adds the "Hide featured image" checkbox to <strong>posts, <strong>pages</strong>, <strong>custom post types</strong> and also to <strong>WooCommerce products</strong>. It is tested and works on latest WP version 5.8.2 If you need more info please check the plugin on <a href="https://www.zeninvader.com/hide-featured-image-wordpress/">Zen Invader</a> website. <a href="https://www.zeninvader.com/hide-featured-image-wordpress/">Go to plugin's page</a> if you have other questions or suggestions. == Installation == 1. Upload `zi-hide-featured-image.1.0.0.zip` to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. When a page or post is edited, just go to "Featured Image" section and check the "Hide featured image" checkbox. The featured image will not display anymore on that single post or page. == Frequently Asked Questions == = When is it needed to hide the featured image on single posts/pages? = Many WP users use the featured images to show them on archive pages where blog posts are listed. Or on home pages where a certain sections list some posts and featured images are added there along with post titles and an excerpt. But in some cases, the featured image it is not needed to be visible on the individual post page. This is where "ZI Hide Featured Image" plugin can help. = Does this plugin work with Gutenberg? = Yes! This plugin works with Gutenberg and also with Classic Editor. = Does this plugin work with the latest WordPress version? = Yes. This plugin works with <strong>WordPress 5.8.2</strong>. = Does this plugin adds "Hide featured image" option to custom post types? = Yes. This plugin works for <strong>custom post types</strong>. = Does this plugin adds "Hide featured image" option to WooCommerce product pages? = Yes. This plugin works for <strong>WooCommerce</strong> too. = What are the featured images? = Featured images (also sometimes called Post Thumbnails) are images that represent an individual Post, Page, or Custom Post Type. When you create your Theme, you can output the featured image in a number of different ways, on your archive page, in your header, or above a post, for example. = I do not see the "Featured Image" option when I edit a page or post. Why? = If you do not see the "Featured Image" when you edit a WordPress post this is mostly because the support for featured images it is not enabled on your theme. To enable this you need to add this to your theme's functions.php file: <strong>add_theme_support( 'post-thumbnails' );</strong>. = I do not see the "Featured Image" option when I edit a custom post type. Why? = If you do not see the "Featured Image" when you edit a custom post type page it's because "thumbnail" it is not added in the "supports" arguments array. So, when you have added the code to create the custom post type you missed to add "thumbnail" in the "supports" array. It looks similar to this: <strong>'supports' => array( 'title', 'editor', 'thumbnail', 'comments', 'trackbacks', 'revisions', 'custom-fields', 'page-attributes', 'post-formats' )</strong>. <a href="https://www.zeninvader.com/hide-featured-image-wordpress/">Contact Us</a> if you have other questions. == Screenshots == 1. This is the checkbox "Hide featured image" when a post is edited and Gutenberg enabled. 2. This is the checkbox "Hide featured image" when a page is edited and Gutenberg enabled. 3. This is the checkbox "Hide featured image" when a custom post type is edited and Gutenberg is not enabled. 4. This is the checkbox "Hide featured image" when a WooCommerce product page is edited.