Title: Multiple Featured Images: Reloaded
Author: nickohrn
Published: <strong>18 Março, 2014</strong>
Last modified: 18 Março, 2014

---

Procurar plugins

Este plugin **não foi testado com as 3 últimas grandes versões do WordPress**. Pode
já não ser suportado e pode ter problemas de compatibilidade quando usado com versões
mais recentes do WordPress.

![](https://s.w.org/plugins/geopattern-icon/mfi-reloaded.svg)

# Multiple Featured Images: Reloaded

 Por [nickohrn](https://profiles.wordpress.org/nickohrn/)

[Descarregar](https://downloads.wordpress.org/plugin/mfi-reloaded.1.0.0.zip)

 * [Detalhes](https://pt.wordpress.org/plugins/mfi-reloaded/#description)
 * [Avaliações](https://pt.wordpress.org/plugins/mfi-reloaded/#reviews)
 *  [Instalação](https://pt.wordpress.org/plugins/mfi-reloaded/#installation)
 * [Desenvolvimento](https://pt.wordpress.org/plugins/mfi-reloaded/#developers)

 [Suporte](https://wordpress.org/support/plugin/mfi-reloaded/)

## Descrição

This plugin allows developers to easily register additional image pickers for any
post type.

## Instalação

 1. Upload `mfi-reloaded` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Use the provided template tags to create image pickers and display the data you
    need

## Perguntas frequentes

  How do I add an image picker?

Easy! In your theme’s functions.php file, add the following code:

    ```
    function register_custom_image_pickers() {
        add_theme_support('mfi-reloaded', array(
            'hero-image' => array(
                'post_types' => array('post'),
                'labels' => array(
                    'name' => __('Hero Image'),
                    'set' => __('Set hero image'),
                    'remove' => __('Remove hero image'),
                    'popup_title' => __('Set Hero Image'),
                    'popup_select' => __('Set hero image'),
                ),
            ),
            'sidekick-image' => array(
                'post_types' => array('post'),
                'labels' => array(
                    'name' => __('Sidekick Image'),
                    'set' => __('Set sidekick image'),
                    'remove' => __('Remove sidekick image'),
                    'popup_title' => __('Set Sidekick Image'),
                    'popup_select' => __('Set sidekick image'),
                ),
            ),
        ));
    }
    add_action('after_setup_theme', 'register_custom_image_pickers');
    ```

Feel free to provide whatever values you need.

## Avaliações

Este plugin não tem avaliações.

## Contribuidores e programadores

“Multiple Featured Images: Reloaded” é software de código aberto. As seguintes pessoas
contribuíram para este plugin:

Contribuidores

 *   [ nickohrn ](https://profiles.wordpress.org/nickohrn/)

[Traduza o “Multiple Featured Images: Reloaded” para o seu idioma.](https://translate.wordpress.org/projects/wp-plugins/mfi-reloaded)

### Interessado no desenvolvimento?

[Consulte o código](https://plugins.trac.wordpress.org/browser/mfi-reloaded/), consulte
o [repositório SVN](https://plugins.svn.wordpress.org/mfi-reloaded/), ou subscreva
o [registo de alterações](https://plugins.trac.wordpress.org/log/mfi-reloaded/) 
por [RSS](https://plugins.trac.wordpress.org/log/mfi-reloaded/?limit=100&mode=stop_on_copy&format=rss).

## Registo de alterações

#### 1.0.0

 * Changed from using a custom template tag for adding image pickers to the WordPress
   function `add_theme_support`

#### 1.0.0-RC1

 * Initial release

## Metadados

 *  Versão **1.0.0**
 *  Última actualização **Há 12 anos**
 *  Instalações activas **10+**
 *  Versão do WordPress ** 3.6 ou superior **
 *  Testado até **3.6.1**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/mfi-reloaded/)
 * Etiquetas
 * [admin](https://pt.wordpress.org/plugins/tags/admin/)[images](https://pt.wordpress.org/plugins/tags/images/)
 *  [Visualização avançada](https://pt.wordpress.org/plugins/mfi-reloaded/advanced/)

## Classificações

 3.3 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/mfi-reloaded/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/mfi-reloaded/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/mfi-reloaded/reviews/?filter=3)
 *  [  1 2-star review     ](https://wordpress.org/support/plugin/mfi-reloaded/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/mfi-reloaded/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/mfi-reloaded/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/mfi-reloaded/reviews/)

## Contribuidores

 *   [ nickohrn ](https://profiles.wordpress.org/nickohrn/)

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/mfi-reloaded/)

## Doar

Gostaria de apoiar o desenvolvimento deste plugin?

 [ Fazer donativo para o plugin ](http://example.com/)