Title: Featured Image Extended
Author: Enrico Sorcinelli
Published: <strong>26 de Xuño, 2018</strong>
Last modified: 28 de Xuño, 2018

---

Buscar plugins

Este plugin **non se actualizou en máis de 2 anos**. É posible que xa non sexa compatible
ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con
novas versións de WordPress.

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

# Featured Image Extended

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

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

 * [Detalles](https://gl.wordpress.org/plugins/featured-image-extended/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/featured-image-extended/#reviews)
 *  [Instalación](https://gl.wordpress.org/plugins/featured-image-extended/#installation)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/featured-image-extended/#developers)

 [Soporte](https://wordpress.org/support/plugin/featured-image-extended/)

## Descrición

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 )
    ```

## Capturas

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

## Instalación

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.

## Preguntas frecuentes

  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.

## Comentarios

Non hai recensións para este plugin.

## Colaboradores e desenvolvedores

“Featured Image Extended” é un software de código aberto. As seguintes persoas colaboraron
con este plugin.

Colaboradores

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

[Traduce “Featured Image Extended” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/featured-image-extended)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/featured-image-extended/),
bota unha ollada ao[repositorio SVN](https://plugins.svn.wordpress.org/featured-image-extended/),
ou subscríbete ao [log de desenvolvemento](https://plugins.trac.wordpress.org/log/featured-image-extended/)
por [RSS](https://plugins.trac.wordpress.org/log/featured-image-extended/?limit=100&mode=stop_on_copy&format=rss).

## Rexistro de cambios

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

## Meta

 *  Versión **1.0.2**
 *  Última actualización **Fai 8 anos**
 *  Instalacións activas **Menos de 10**
 *  Versión de WordPress ** 4.4 ou superior **
 *  Probado ata **4.9.29**
 *  Versión de PHP ** 5.2.4 ou superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/featured-image-extended/)
 * Etiquetas
 * [category](https://gl.wordpress.org/plugins/tags/category/)[featured image](https://gl.wordpress.org/plugins/tags/featured-image/)
   [post](https://gl.wordpress.org/plugins/tags/post/)[theme](https://gl.wordpress.org/plugins/tags/theme/)
   [thumbnail](https://gl.wordpress.org/plugins/tags/thumbnail/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/featured-image-extended/advanced/)

## Valoracións

Aínda non se enviaron valoracións.

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

[Ver todas as valoracións](https://wordpress.org/support/plugin/featured-image-extended/reviews/)

## Colaboradores

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

## Soporte

Tes algo que dicir? Necesitas axuda?

 [Ver o foro de soporte](https://wordpress.org/support/plugin/featured-image-extended/)