>
Download This Plugin | |
Download Elegant Themes | |
Name | Header Image Uploader |
Version | 1.0 |
Author | Imran Ahmed Khan |
Rating | 0 |
Last updated | 2015-02-19 08:12:00 |
Downloads |
348
|
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%
Header Image Uploader plugin added 5 bytes of resources to the Home page and 7 bytes of resources to the sample Post page.
Header Image Uploader plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Header Image Uploader plugin ads no tables to your Wordpress blog database.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.