這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

ZI Hide Featured Image

外掛說明

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 posts, pages, custom post types and also to WooCommerce products.

It is tested and works on latest WP version 6.1.1

If you need more info please check the plugin on Zen Invader website.

Go to plugin’s page if you have other questions or suggestions.

螢幕擷圖

  • This is the checkbox "Hide featured image" when a post is edited and Gutenberg enabled.
  • This is the checkbox "Hide featured image" when a page is edited and Gutenberg enabled.
  • This is the checkbox "Hide featured image" when a custom post type is edited and Gutenberg is not enabled.
  • This is the checkbox "Hide featured image" when a WooCommerce product page is edited.

安裝方式

  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.

常見問題集

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 WordPress 6.1.1.

Does this plugin adds “Hide featured image” option to custom post types?

Yes. This plugin works for custom post types.

Does this plugin adds “Hide featured image” option to WooCommerce product pages?

Yes. This plugin works for WooCommerce 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: add_theme_support( ‘post-thumbnails’ );.

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: ‘supports’ => array( ‘title’, ‘editor’, ‘thumbnail’, ‘comments’, ‘trackbacks’, ‘revisions’, ‘custom-fields’, ‘page-attributes’, ‘post-formats’ ).

Contact Us if you have other questions.

使用者評論

2023 年 9 月 27 日
In version 6.3.1 on SEP 27. 2023 with THEME "GeneratePress" works PERFECTLY. I think it fails if you use ELEMENTOR and things like that. But since version 6, using Elementor is USELESS. This plugin is GREAT for not adding a CSS line for each main page and being able to use the "do not show main image" option more
2022 年 4 月 17 日
I wish these reviews had a second option for "Works/Doesn't Work with my setup" because for all I know the plugin works great on other themes and page builders. The checkbox is displayed under Featured Image but it doesn't do anything with Astra/Elementor.
2021 年 8 月 23 日
Great plugin! Works exactly what I needed it for. I show categories with the featured images on certain pages but don't want the featured image to show on the actual pages where it's set to. Works perfectly! Thanks
2021 年 7 月 19 日
...used on a portfolio page where the portfolio page used a classic mode (standard page) within the bauhaus template (by dev. named highsea that can be found on themeforest.net) and when the checkbox was checked for a given featured image it didn't remove it from the post but it rather hid it from the "masonry style" projects list hence the corresponding thumbnail was missing and the featured image remained happily present on the corresponding project page. So it doesn't fully work as it should not "blindly" and without any checks remove the featured image... it should rather check if the current page shown is the page itself (not a project/portfolio page for instance) and then only if the current page shown IS indeed the page to which that featured image belongs to... that's when it would kick in and hide the image from said page.
閱讀全部 6 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈ZI Hide Featured Image〉的開發相關工作。

參與者

將〈ZI Hide Featured Image〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄