Title: Multiple Featured Images: Reloaded
Author: nickohrn
Published: <strong>مارچ 18, 2014</strong>
Last modified: مارچ 18, 2014

---

پلگ انز تلاش کریں

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](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://ur.wordpress.org/plugins/mfi-reloaded/#description)
 * [جائزے](https://ur.wordpress.org/plugins/mfi-reloaded/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/mfi-reloaded/#installation)
 * [ڈیولپمنٹ](https://ur.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.

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“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/)، [ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/mfi-reloaded/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/mfi-reloaded/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](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://ur.wordpress.org/plugins/tags/admin/)[images](https://ur.wordpress.org/plugins/tags/images/)
 *  [اعلی درجے کا منظر](https://ur.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/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/mfi-reloaded/)

## عطیہ دیں

کیا آپ اس پلگ ان کی ترقی میں معاونت کرنا چاہتے ہیں؟

 [ اس پلگ ان کو عطیہ دیں ](http://example.com/)