BACK TO DIRECTORY

7K Image Uploader Meta Box

by Kharis Sulistiyono

0.0
(0 ratings)

Only single featured image is not enough sometimes. 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

Uploader field

Uploader field

WordPress media uploader

WordPress media uploader

Image uploaded

Image uploaded

Image selected

Image selected

Plugin Details

Active Installs
10
Total Downloads
3,078
Version
1.0
Requires WP
3.0
Requires PHP
Tested Up To
3.7.41
Added
2014-02-09
Last Updated
2014-02-09 10:29am GMT

Ratings

5
0
4
0
3
0
2
0
1
0