Title: Multiple Featured Images: Reloaded
Author: nickohrn
Published: <strong>18. 3. 2014</strong>
Last modified: 18. 3. 2014

---

Prohledat pluginy

Plugin **nebyl testován na 3 nejnovějších verzích WordPressu.** Nemusí už být tedy
podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může
být nestabilní.

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

# Multiple Featured Images: Reloaded

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

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

 * [Podrobnosti](https://cs.wordpress.org/plugins/mfi-reloaded/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/mfi-reloaded/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/mfi-reloaded/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/mfi-reloaded/#developers)

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

## Popis

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

## Instalace

 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

## Nejčastější dotazy

  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.

## Recenze

Pro tento plugin nejsou žádné recenze.

## Autoři

Multiple Featured Images: Reloaded je otevřený software. Následující lidé přispěli
k vývoji tohoto pluginu.

Spolupracovníci

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

[Přeložte “Multiple Featured Images: Reloaded” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/mfi-reloaded)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/mfi-reloaded/), podívejte
se do [SVN repozitáře](https://plugins.svn.wordpress.org/mfi-reloaded/), nebo se
přihlaste k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/mfi-reloaded/)
pomocí [RSS](https://plugins.trac.wordpress.org/log/mfi-reloaded/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

#### 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

## Meta

 *  Verze **1.0.0**
 *  Poslední aktualizace **před 12 roky**
 *  Aktivních instalací **10+**
 *  Verze WordPressu ** 3.6 nebo novější **
 *  Testováno až do WordPressu **3.6.1**
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/mfi-reloaded/)
 * Štítky
 * [admin](https://cs.wordpress.org/plugins/tags/admin/)[images](https://cs.wordpress.org/plugins/tags/images/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/mfi-reloaded/advanced/)

## Hodnocení

 3.3 z 5 hvězdiček.

 *  [  2 5hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/mfi-reloaded/reviews/?filter=5)
 *  [  0 4hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/mfi-reloaded/reviews/?filter=4)
 *  [  0 3hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/mfi-reloaded/reviews/?filter=3)
 *  [  1 2hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/mfi-reloaded/reviews/?filter=2)
 *  [  1 1hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/mfi-reloaded/reviews/?filter=1)

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

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/mfi-reloaded/reviews/)

## Spolupracovníci

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

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/mfi-reloaded/)

## Dary

Chtěli byste podpořit vývoj tohoto pluginu?

 [ Přispět na tento plugin ](http://example.com/)