Title: Header Image Uploader
Author: imran3229
Published: <strong>2014 年 9 月 1 日</strong>
Last modified: 2025 年 11 月 9 日

---

搜索插件

![](https://ps.w.org/header-image-uploader/assets/banner-772x250.jpg?rev=976433)

![](https://s.w.org/plugins/geopattern-icon/header-image-uploader_8f7136.svg)

# Header Image Uploader

 作者：[imran3229](https://profiles.wordpress.org/imran3229/)

[下载](https://downloads.wordpress.org/plugin/header-image-uploader.zip)

 * [详情](https://cn.wordpress.org/plugins/header-image-uploader/#description)
 * [评价](https://cn.wordpress.org/plugins/header-image-uploader/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/header-image-uploader/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/header-image-uploader/#developers)

 [支持](https://wordpress.org/support/plugin/header-image-uploader/)

## 描述

A simple WP plugin that adds a meta box in your post admin to allow upload the header
image for your post.

#### Installation

 1. Download the Header Image Uploader Plugin.
 2. In your WordPress Administration, go to Plugins > Add New > Upload, and select 
    the plugin ZIP file.
 3. Activate the plugin.
 4. Done! The image uploader meta box will appear on add/edit post.

Printing the image output is very simple. Just use this code in your template file.

    ```
      <?php /*$image = get_post_meta(get_the_ID(), '$key', true); */
                           $id = get_post_meta($post->ID, 'imhy', true);
                           $image = wp_get_attachment_image_src($id, 'full-size');
                          ?>
                          <img src="<?php echo $image[0]; ?>" />
    ```

#### Support

Contact the plugin author: [Imran Ahmed Khan](http://www.imhysoft.com/contact-us/)

#### Developer

Are you a developer want to contribute to develop this plugin? Go to [Contact Us](http://www.imhysoft.com/contact-us/).

## 屏幕截图

 * [[
 * Uploader field
 * [[
 * WordPress media uploader
 * [[
 * Image uploaded
 * [[
 * Image selected

## 安装

 1. Download the Header Image Uploader Plugin.
 2. In your WordPress Administration, go to Plugins > Add New > Upload, and select 
    the plugin ZIP file.
 3. Activate the plugin.
 4. The image uploader meta box will appears on add/edit post.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Header Image Uploader」是开源软件。 以下人员对此插件做出了贡献。

贡献者

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

[帮助将「Header Image Uploader」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/header-image-uploader)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/header-image-uploader/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/header-image-uploader/)，或通过[RSS](https://plugins.trac.wordpress.org/log/header-image-uploader/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/header-image-uploader/)。

## 更新日志

#### 1.0

 * Initial release

## 额外信息

 *  版本 **1.0**
 *  最后更新：**7 月前**
 *  活跃安装数量 **20+**
 *  WordPress 版本 ** 3.0 或更高版本 **
 *  已测试的最高版本为 **6.8.5**
 *  语言
 * [English (US)](https://wordpress.org/plugins/header-image-uploader/)
 * 标签
 * [custom meta box](https://cn.wordpress.org/plugins/tags/custom-meta-box/)[meta box](https://cn.wordpress.org/plugins/tags/meta-box/)
   [post](https://cn.wordpress.org/plugins/tags/post/)[posts](https://cn.wordpress.org/plugins/tags/posts/)
   [uploader](https://cn.wordpress.org/plugins/tags/uploader/)
 *  [高级视图](https://cn.wordpress.org/plugins/header-image-uploader/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/header-image-uploader/reviews/#new-post)

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

## 贡献者

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

## 支持

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

 [查看支持论坛](https://wordpress.org/support/plugin/header-image-uploader/)