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

---

Maghanap ng mga plugin

Ang plugin na ito ay **hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress**.
Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility
kapag ginamit sa mas bagong bersyon ng WordPress.

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

# Multiple Featured Images: Reloaded

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

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

 * [Mga Detalye](https://tl.wordpress.org/plugins/mfi-reloaded/#description)
 * [Mga Review](https://tl.wordpress.org/plugins/mfi-reloaded/#reviews)
 *  [Pag-install](https://tl.wordpress.org/plugins/mfi-reloaded/#installation)
 * [Development](https://tl.wordpress.org/plugins/mfi-reloaded/#developers)

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

## Deskripsyon

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

## Pag-install

 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

## FAQ

  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.

## Mga Review

Wala pang reviews para sa plugin na ito.

## Mga Contributor at Developer

Ang “Multiple Featured Images: Reloaded” ay open source software. Ang mga sumusunod
na tao ay nag-ambag sa plugin na ito.

Mga Contributor

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

[Isalin ang “Multiple Featured Images: Reloaded” sa iyong wika.](https://translate.wordpress.org/projects/wp-plugins/mfi-reloaded)

### Interesado sa development?

[Tingnan ang code](https://plugins.trac.wordpress.org/browser/mfi-reloaded/), i-
check ang [SVN repository](https://plugins.svn.wordpress.org/mfi-reloaded/), o mag-
subscribe sa [development log](https://plugins.trac.wordpress.org/log/mfi-reloaded/)
sa pamamagitan ng [RSS](https://plugins.trac.wordpress.org/log/mfi-reloaded/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

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

 *  Bersyon **1.0.0**
 *  Huling na-update **12 taon ang nakalipas**
 *  Mga aktibong installation **10+**
 *  Bersyon ng WordPress ** 3.6 o mas bago **
 *  Sinubukan hanggang **3.6.1**
 *  Wika
 * [English (US)](https://wordpress.org/plugins/mfi-reloaded/)
 * Mga Tag
 * [admin](https://tl.wordpress.org/plugins/tags/admin/)[images](https://tl.wordpress.org/plugins/tags/images/)
 *  [Advanced View](https://tl.wordpress.org/plugins/mfi-reloaded/advanced/)

## Mga Rating

 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)

[Tingnan lahat ng review](https://wordpress.org/support/plugin/mfi-reloaded/reviews/)

## Mga Contributor

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

## Suporta

May gusto kang sabihin? Kailangan ng tulong?

 [Tingnan ang support forum](https://wordpress.org/support/plugin/mfi-reloaded/)

## Mag-donate

Gusto mo bang suportahan ang pagpapaunlad ng plugin na ito?

 [ Mag-donate sa plugin na ito ](http://example.com/)