Pl
wordpress plugins

7K Image Uploader Meta Box

Simple WordPress plugin adds image uploader meta box.

Description

Version: 1

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
Download the 7K Image Uploader Meta Box Plugin.
In your WordPress Administration, go to Plugins > Add New > Upload, and select the plugin ZIP file.
Activate the plugin.
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.

Tags: custom meta box, image, image uploader, images, meta-box, Post, posts, uploader

Tags

Requirements

Requires: 3.0 or higher
Compatible up to: 3.8.15
Last Updated: 3 years ago
Active Installs: 20+

Download URL

https://downloads.wordpress.org/plugin/7k-image-uploader-meta-box.zip