Title: Header Image Uploader
Author: imran3229
Published: <strong>01.09.2014</strong>
Last modified: 09.11.2025

---

Шукати плагіни

![](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://uk.wordpress.org/plugins/header-image-uploader/#description)
 * [Відгуки](https://uk.wordpress.org/plugins/header-image-uploader/#reviews)
 *  [Встановлення](https://uk.wordpress.org/plugins/header-image-uploader/#installation)
 * [Розробка](https://uk.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/)
або підпишіться на [журнал розробки](https://plugins.trac.wordpress.org/log/header-image-uploader/)
за допомогою [RSS](https://plugins.trac.wordpress.org/log/header-image-uploader/?limit=100&mode=stop_on_copy&format=rss).

## Журнал змін

#### 1.0

 * Initial release

## Мета

 *  Версія **1.0**
 *  Останнє оновлення **5 місяців тому**
 *  Активних встановлень **20+**
 *  Версія WordPress ** 3.0 або вище **
 *  Tested up to **6.8.5**
 *  Мова
 * [English (US)](https://wordpress.org/plugins/header-image-uploader/)
 * Позначки
 * [custom meta box](https://uk.wordpress.org/plugins/tags/custom-meta-box/)[meta box](https://uk.wordpress.org/plugins/tags/meta-box/)
   [post](https://uk.wordpress.org/plugins/tags/post/)[posts](https://uk.wordpress.org/plugins/tags/posts/)
   [uploader](https://uk.wordpress.org/plugins/tags/uploader/)
 *  [Розширений перегляд](https://uk.wordpress.org/plugins/header-image-uploader/advanced/)

## Оцінки

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/header-image-uploader/reviews/)

## Учасники

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

## Підтримка

Є що сказати? Потрібна допомога?

 [Перейти в форум підтримки](https://wordpress.org/support/plugin/header-image-uploader/)