>
Download This Plugin | |
Download Elegant Themes | |
Name | 7K Image Uploader Meta Box |
Version | 1.0 |
Author | Kharis Sulistiyono |
Rating | 0 |
Last updated | 2014-02-09 05:23:00 |
Downloads |
585
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
7K Image Uploader Meta Box plugin added 14 bytes of resources to the Home page and 26 bytes of resources to the sample Post page.
7K Image Uploader Meta Box plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! 7K Image Uploader Meta Box plugin ads no tables to your Wordpress blog database.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 author: Kharis Sulistiyono
Are you a developer want to contribute to develop this plugin? Go to GitHub page.