Simple WordPress plugin adds image uploader meta box.
As of April 2026, 7K Image Uploader Meta Box is a WordPress post plugin with 10 active installations and a 0/5 rating0. It has been downloaded 2.6K+ times in total. Requires WordPress 3.0+ and PHP false+. Available on WordPress.org since 2014. Last updated 12 years ago — may have compatibility concerns. Top alternative: Header and Footer Scripts.
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.
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.
Contact the plugin auth…
| WordPress | 3.0+ requiredTested up to 3.7.41 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.