WordPress-Upload-Meta-Box
WordPress-Upload-Meta-Box copied to clipboard
[WordPress] An example plugin for how to include a metabox for attaching files to your WordPress posts outside of the media uploader.
WordPress Upload Meta Box
- Tom McFarlin
- Requires at least: 3.5
- Tested up to: 3.5.1
- Stable tag: 0.2
WordPress Upload Meta Box is a plugin that demonstrates how to upload files within the context of the post editor.
It introduces a meta box to each post page that allows you to attach a file to the post without using the WordPress Media Uploader, and that allows you to retrieve the file from the associated post's meta.
Installation
Download the current version.
Using The WordPress Dashboard
- Navigate to the 'Add New' Plugin Dashboard
- Select
master.zipfrom your computer - Upload
- Activate the plugin on the WordPress Plugin Dashboard
Using FTP
- Extract
master.zipto your computer - Upload the
WordPress-Upload-Meta-Boxdirectory to yourwp-content/pluginsdirectory - Activate the plugin on the WordPress Plugins dashboard
Changelog
0.2 (29 April 2013)
- Implementing the class as a singleton
- Updating versioning so it matches GitHub tags
0.1 (22 March 2013)
- Initial release