7K Image Uploader Meta Box

Simple WordPress plugin adds image uploader meta box.

Author:Kharis Sulistiyono (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.8.1
Plugin version:1.0
Added to WordPress repository:09-02-2014
Last updated:09-02-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://github.com/kharissulistiyo/7K-Image-U...
Total downloads:1 928
Active installs:10+
plugin download
Click to start download

Sometimes only single featured image is not enough. So you can have one more by using this plugin. It is just 7 kilobytes PHP file which adds image uploader field under post editor.

Installation

  1. Download the 7K Image Uploader Meta Box 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 (Check the screenshots).

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

$id = get_post_meta($post->ID, 'iumb', true);
$image = wp_get_attachment_image_src($id, 'full-size');
echo $image;

This very first release doesn't support custom post type. Worry not, for the next version it does.

Support

Contact the plugin author: Kharis Sulistiyono

Developer

Are you a developer want to contribute to develop this plugin? Go to GitHub page.


Screenshots
ChangeLog