Title: Multiple Featured Images: Reloaded
Author: nickohrn
Published: <strong>18 Tháng 3, 2014</strong>
Last modified: 18 Tháng 3, 2014

---

Tìm kiếm plugin

Plugin này **chưa được cập nhật với 3 phiên bản mới nhất của WordPress**. Nó có 
thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress
mới nhất.

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

# Multiple Featured Images: Reloaded

 Bởi [nickohrn](https://profiles.wordpress.org/nickohrn/)

[Tải về](https://downloads.wordpress.org/plugin/mfi-reloaded.1.0.0.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/mfi-reloaded/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/mfi-reloaded/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/mfi-reloaded/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/mfi-reloaded/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/mfi-reloaded/)

## Mô tả

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

## Cài đặt

 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

## Hỏi đáp

  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.

## Đánh giá

Không có đánh giá nào cho plugin này.

## Người đóng góp & Lập trình viên

“Multiple Featured Images: Reloaded” là mã nguồn mở. Những người sau đã đóng góp
vào plugin này.

Những người đóng góp

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

[Dịch “Multiple Featured Images: Reloaded” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/mfi-reloaded)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/mfi-reloaded/), check out
[SVN repository](https://plugins.svn.wordpress.org/mfi-reloaded/), hoặc theo dõi
[nhật ký phát triển](https://plugins.trac.wordpress.org/log/mfi-reloaded/) qua [RSS](https://plugins.trac.wordpress.org/log/mfi-reloaded/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

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

 *  Phiên bản **1.0.0**
 *  Cập nhật lần cuối **12 năm trước**
 *  Số lượt cài đặt **10+**
 *  Phiên bản WordPress ** 3.6 hoặc cao hơn **
 *  Đã kiểm tra lên đến **3.6.1**
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/mfi-reloaded/)
 * Thẻ
 * [admin](https://vi.wordpress.org/plugins/tags/admin/)[images](https://vi.wordpress.org/plugins/tags/images/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/mfi-reloaded/advanced/)

## Đánh giá

 3.3 trên 5 sao.

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

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/mfi-reloaded/reviews/)

## Những người đóng góp

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

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/mfi-reloaded/)

## Ủng hộ

Bạn có muốn hỗ trợ vào sự phát triển của plugin này?

 [ Ủng hộ plugin này ](http://example.com/)