
Uploader field
A simple WP plugin that adds a meta box in your post admin to allow upload the header image for your post.
Printing the image output is very simple. Just use this code in your template file.
ID, 'imhy', true);
$image = wp_get_attachment_image_src($id, 'full-size');
?>
Contact the plugin author: Imran Ahmed Khan
Are you a developer want to contribute to develop this plugin? Go to Contact Us.