Simple WordPress plugin adds image uploader meta box.
As of April 2026, Header Image Uploader is a WordPress post plugin with 20 active installations and a 0/5 rating0. It has been downloaded 3.4K+ times in total. Requires WordPress 3.0+ and PHP false+. Available on WordPress.org since 2014. Top alternative: Header and Footer Scripts.
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: Imr…
| WordPress | 3.0+ requiredTested up to 6.8.5 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.