Title: Multiple Featured Images: Reloaded
Author: nickohrn
Published: <strong>মাৰ্চ 18, 2014</strong>
Last modified: মাৰ্চ 18, 2014

---

প্লাগিনৰ সন্ধান কৰক

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://as.wordpress.org/plugins/mfi-reloaded/#description)
 * [পৰ্য্যালোচনা](https://as.wordpress.org/plugins/mfi-reloaded/#reviews)
 *  [ইনষ্টলেশ্যন](https://as.wordpress.org/plugins/mfi-reloaded/#installation)
 * [বিকাশ](https://as.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

## সঘনাই উত্থাপিত প্ৰশ্ন

  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.

## পৰ্য্যালোচনা

এই প্লাগিনৰ বাবে কোনো পৰ্য্যালোচনা নাই।

## অৱদানকাৰী আৰু বিকাশকাৰীসকল

“Multiple Featured Images: Reloaded” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত
অৱদান আগবঢ়াইছে।

অৱদানকাৰীসকল

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

[আপোনাৰ ভাষাত “Multiple Featured Images: Reloaded” অনুবাদ কৰক।](https://translate.wordpress.org/projects/wp-plugins/mfi-reloaded)

### বিকাশৰ প্ৰতি আগ্ৰহী?

[ক’ড ব্ৰাউজ কৰক](https://plugins.trac.wordpress.org/browser/mfi-reloaded/), [SVN ৰিপজিটৰী](https://plugins.svn.wordpress.org/mfi-reloaded/)
চাওক নাইবা [RSS](https://plugins.trac.wordpress.org/log/mfi-reloaded/?limit=100&mode=stop_on_copy&format=rss)-
দ্বাৰা [বিকাশৰ পঞ্জী](https://plugins.trac.wordpress.org/log/mfi-reloaded/) ছাবস্ক্ৰাইব
কৰক।

## সলনি-পঞ্জী

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

## মেটা

 *  **1.0.0** সংস্কৰণ
 *  **12 বছৰ আগত** শেষবাৰ আপডে’ট হৈছিল
 *  সক্ৰিয় ইনষ্টলেশ্যন **10+**
 *  WordPress-ৰ সংস্কৰণ ** 3.6 বা তাতকৈ ওপৰৰ **
 *  ইমানলৈকে পৰীক্ষা কৰা হৈছে **3.6.1**
 *  ভাষা
 * [English (US)](https://wordpress.org/plugins/mfi-reloaded/)
 * [admin](https://as.wordpress.org/plugins/tags/admin/)[images](https://as.wordpress.org/plugins/tags/images/)
 *  টেগবোৰ
 *  [উচ্চখাপৰ ভিউ](https://as.wordpress.org/plugins/mfi-reloaded/advanced/)

## ৰে’টিংবোৰ

 5টাৰ ভিতৰত 3.3টা তৰা।

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

## সাহায্য

কিবা ক’বলগীয়া আছে? সহায় লাগে?

 [সাহায্যৰ ফ’ৰাম চাওক](https://wordpress.org/support/plugin/mfi-reloaded/)

## দান কৰক

আপুনি এই প্লাগিনৰ উন্নতিৰ প্ৰতি সাহায্য আগবঢ়াব বিচাৰেনে?

 [ এই প্লাগিনক অনুদান দিয়ক ](http://example.com/)