We'll create fresh WordPress site with Header Image Uploader installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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.
<?php /*$image = get_post_meta(get_the_ID(), '$key', true); */
$id = get_post_meta($post->ID, 'imhy', true);
$image = wp_get_attachment_image_src($id, 'full-size');
?>
<img src="<?php echo $image[0]; ?>" />
Contact the plugin author: Imran Ahmed Khan
Are you a developer want to contribute to develop this plugin? Go to Contact Us.