Title: Multiple Featured Images: Reloaded
Author: nickohrn
Published: <strong>2014 年 3 月 18 日</strong>
Last modified: 2014 年 3 月 18 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的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://cn.wordpress.org/plugins/mfi-reloaded/#description)
 * [评价](https://cn.wordpress.org/plugins/mfi-reloaded/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/mfi-reloaded/#installation)
 * [开发进展](https://cn.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://cn.wordpress.org/plugins/tags/admin/)[images](https://cn.wordpress.org/plugins/tags/images/)
 *  [高级视图](https://cn.wordpress.org/plugins/mfi-reloaded/advanced/)

## 评级

 3.3 星（最高 5 星）。

 *  [  2 条 5 星评价     ](https://wordpress.org/support/plugin/mfi-reloaded/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/mfi-reloaded/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/mfi-reloaded/reviews/?filter=3)
 *  [  1 条 2 星评价     ](https://wordpress.org/support/plugin/mfi-reloaded/reviews/?filter=2)
 *  [  1 条 1 星评价     ](https://wordpress.org/support/plugin/mfi-reloaded/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/mfi-reloaded/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/mfi-reloaded/reviews/)

## 贡献者

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

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/mfi-reloaded/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](http://example.com/)