
Uploader field
A simple WP plugin that adds a meta box in your post admin to allow upload the header image for your post.
Installation
- Download the Header Image Uploader Plugin.
- In your WordPress Administration, go to Plugins > Add New > Upload, and select the plugin ZIP file.
- Activate the plugin.
- Done! The image uploader meta box will appear on add/edit 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');
?>
Support
Contact the plugin author: Imran Ahmed Khan
Developer
Are you a developer want to contribute to develop this plugin? Go to Contact Us.
Active installations30+
Weekly downloads
10+25.00%
Version1.0
Last updated3/6/2019
WordPress version3.0
Tested up to5.1.19
Tags
custom meta boxmeta boxpostpostsuploader