Title: Multiple Featured Images: Reloaded
Author: nickohrn
Published: <strong>2014 ལོའི་ཟླ 3 ཚེས 18 ཉིན།</strong>
Last modified: 2014 ལོའི་ཟླ 3 ཚེས 18 ཉིན།

---

མཐུད་སྣེ་བཤེར་འཚོལ།

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# Multiple Featured Images: Reloaded

 རྩོམ་པ་པོ། [nickohrn](https://profiles.wordpress.org/nickohrn/)

[ཕབ་ལེན།](https://downloads.wordpress.org/plugin/mfi-reloaded.1.0.0.zip)

 * [ཞིབ་ཕྲ།](https://bo.wordpress.org/plugins/mfi-reloaded/#description)
 * [གདེང་འཇོག](https://bo.wordpress.org/plugins/mfi-reloaded/#reviews)
 *  [སྒྲིག་འཇུག](https://bo.wordpress.org/plugins/mfi-reloaded/#installation)
 * [ཡར་རྒྱས།](https://bo.wordpress.org/plugins/mfi-reloaded/#developers)

 [རམ་འདེགས།](https://wordpress.org/support/plugin/mfi-reloaded/)

## ཞིབ་བརྗོད།

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

## སྒྲིག་འཇུག

 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.

## གདེང་འཇོག

There are no reviews for this plugin.

## བྱས་རྗེས་འཇོག་མཁན། & གསར་འབྱེད་པ།

“Multiple Featured Images: Reloaded” is open source software. The following people
have contributed to this plugin.

བྱས་རྗེས་འཇོག་མཁན།

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

[ཁྱེད་ཀྱི་སྐད་ཡིག་ནང་ལ་ “Multiple Featured Images: Reloaded” ཡིག་སྒྱུར་བྱོས།](https://translate.wordpress.org/projects/wp-plugins/mfi-reloaded)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/mfi-reloaded/), check
out the [SVN repository](https://plugins.svn.wordpress.org/mfi-reloaded/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/mfi-reloaded/) by
[RSS](https://plugins.trac.wordpress.org/log/mfi-reloaded/?limit=100&mode=stop_on_copy&format=rss).

## དག་བཅོས་ཉིན་ཐོ།

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

## ཟུར་བརྗོད།

 *  Version **1.0.0**
 *  Last updated **ལོ 12 སྔོན།**
 *  Active installations **10+**
 *  WordPress version ** 3.6 ཡང་ན་དེ་ལས་མཐོ་བ། **
 *  Tested up to **3.6.1**
 *  Language
 * [English (US)](https://wordpress.org/plugins/mfi-reloaded/)
 * Tags
 * [admin](https://bo.wordpress.org/plugins/tags/admin/)[images](https://bo.wordpress.org/plugins/tags/images/)
 *  [མཐོ་རིམ་མཐོང་སྣང་།](https://bo.wordpress.org/plugins/mfi-reloaded/advanced/)

## གདེང་འཇོག

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

## བྱས་རྗེས་འཇོག་མཁན།

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

## རམ་འདེགས།

Got something to say? Need help?

 [རམ་འདེགས་གླེང་སྟེགས་ལ་ལྟ།](https://wordpress.org/support/plugin/mfi-reloaded/)

## ཞལ་འདེབས།

Would you like to support the advancement of this plugin?

 [ མཐུད་སྣེ་འདི་ལ་ཞལ་འདེབས། ](http://example.com/)