- 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.
Download the current version.
- Navigate to the 'Add New' Plugin Dashboard
- Select
master.zip
from your computer - Upload
- Activate the plugin on the WordPress Plugin Dashboard
- Extract
master.zip
to your computer - Upload the
WordPress-Upload-Meta-Box
directory to yourwp-content/plugins
directory - Activate the plugin on the WordPress Plugins dashboard
- Implementing the class as a singleton
- Updating versioning so it matches GitHub tags
- Initial release