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://ar.wordpress.org/plugins/mfi-reloaded/#description)
 * [المراجعات](https://ar.wordpress.org/plugins/mfi-reloaded/#reviews)
 *  [التنصيب](https://ar.wordpress.org/plugins/mfi-reloaded/#installation)
 * [التطوير](https://ar.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/)، أو الاشتراك في [سجل التطوير](https://plugins.trac.wordpress.org/log/mfi-reloaded/)
بواسطة [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

## ميتا Meta

 *  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://ar.wordpress.org/plugins/tags/admin/)[images](https://ar.wordpress.org/plugins/tags/images/)
 *  [عرض متقدم](https://ar.wordpress.org/plugins/mfi-reloaded/advanced/)

## التقييم

 3.3 من 5 نجوم.

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