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

---

プラグインを検索

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの 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://ja.wordpress.org/plugins/featured-image-extended/#description)
 * [レビュー](https://ja.wordpress.org/plugins/featured-image-extended/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/featured-image-extended/#installation)
 * [開発](https://ja.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 Featured image metabox in action.⌉[

The Featured image metabox in action.

[⌊The administration post list with featured image.⌉⌊The administration post list
with featured image.⌉[

The administration post list with featured image.

[⌊The plugin settings page.⌉⌊The plugin settings page.⌉[

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.

## FAQ

  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/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/featured-image-extended/)
を [RSS](https://plugins.trac.wordpress.org/log/featured-image-extended/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

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またはそれ以降 **
 *  検証済み最新バージョン: **4.9.29**
 *  PHP バージョン ** 5.2.4またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/featured-image-extended/)
 * タグ
 * [category](https://ja.wordpress.org/plugins/tags/category/)[featured image](https://ja.wordpress.org/plugins/tags/featured-image/)
   [post](https://ja.wordpress.org/plugins/tags/post/)[theme](https://ja.wordpress.org/plugins/tags/theme/)
   [thumbnail](https://ja.wordpress.org/plugins/tags/thumbnail/)
 *  [詳細を表示](https://ja.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/)