Title: Featured Image Extended
Author: Enrico Sorcinelli
Published: <strong>2018 年 6 月 26 日</strong>
Last modified: 2018 年 6 月 28 日

---

搜尋外掛

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

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

# Featured Image Extended

 由 [Enrico Sorcinelli](https://profiles.wordpress.org/enricosorcinelli/) 開發

[下載](https://downloads.wordpress.org/plugin/featured-image-extended.1.0.2.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/featured-image-extended/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/featured-image-extended/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/featured-image-extended/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/featured-image-extended/#developers)

 [技術支援](https://wordpress.org/support/plugin/featured-image-extended/)

## 外掛說明

Feature Image Extended extends featured image functionality allowing:

 * Hiding featured image in your themes for all post types.
 * Adding link to the featured image.
 * Adding thumbnail featured image in administration screens listing.
 * Featured image quick-editing.

### Usage

Once the plugin is installed you can control settings in the following ways:

 * Programmatically by using `featured_image_extended_settings` filter (see below).
 * Using the _Settings->Featured Image Extended_ administration screen.

If your theme uses a different call other than `the_post_thumbnail()`/`get_the_post_thumbnail()`
in order to get the featured image, this plugin might not work.
 So, in order to
get extended featured image settings and apply to your pages, you should use `featured_image_extended()`(
see below).

### API

**`featured_image_extended( integer $post_id = null )`**

It returns an array containing featured image extended information of `$post_id`
post (or current post if you don’t supply an argument) like following:

    ```
    array(
        'show'   => true,
        'url'    => 'https://myurl.com',
        'target' => '_blank',
        'title'  => 'Image title',
    )
    ```

#### Hooks

**`featured_image_extended_settings`**

Filter plugin settings values.

    ```
    apply_filters( 'featured_image_extended_settings', array $settings )
    ```

**`featured_image_extended_admin_settings`**

Filter allowing to display or not the plugin settings page in the administration.

    ```
    apply_filters( 'featured_image_extended_admin_settings', boolean $display )
    ```

## 螢幕擷圖

 * [[
 * The Featured image metabox in action.
 * [[
 * The administration post list with featured image.
 * [[
 * The plugin settings page.

## 安裝方式

This section describes how to install the plugin and get it working.

 1. Upload the plugin files to the `/wp-content/plugins/featured-image-extended` directory,
    or install the plugin through the WordPress _Plugins_ screen directly.
 2. Activate the plugin through the _Plugins_ screen in WordPress.

## 常見問題集

  Does it work with Gutenberg?

Not completely. For setting visibility of featured image, this plugin uses `admin_post_thumbnail_html`
filter and currently there are no Gutenberg equivalents.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

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

參與者

 *   [ Enrico Sorcinelli ](https://profiles.wordpress.org/enricosorcinelli/)

[將〈Featured Image Extended〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/featured-image-extended)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/featured-image-extended/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/featured-image-extended/)，或
透過 [RSS](https://plugins.trac.wordpress.org/log/featured-image-extended/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/featured-image-extended/)。

## 變更記錄

For Featured Image Extended changelog, please see [the Releases page on GitHub](https://github.com/enrico-sorcinelli/featured-image-extended/releases).

## 中繼資料

 *  版本 **1.0.2**
 *  最後更新 **8 年前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 4.4 或更新版本 **
 *  已測試相容的 WordPress 版本 **4.9.29**
 *  PHP 版本需求 ** 5.2.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/featured-image-extended/)
 * 標籤:
 * [category](https://tw.wordpress.org/plugins/tags/category/)[featured image](https://tw.wordpress.org/plugins/tags/featured-image/)
   [post](https://tw.wordpress.org/plugins/tags/post/)[theme](https://tw.wordpress.org/plugins/tags/theme/)
   [thumbnail](https://tw.wordpress.org/plugins/tags/thumbnail/)
 *  [進階檢視](https://tw.wordpress.org/plugins/featured-image-extended/advanced/)

## 評分

這個項目尚無任何評論記錄。

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

[查看全部使用者評論](https://wordpress.org/support/plugin/featured-image-extended/reviews/)

## 參與者

 *   [ Enrico Sorcinelli ](https://profiles.wordpress.org/enricosorcinelli/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/featured-image-extended/)