/WordPress-Upload-Meta-Box

[WordPress] An example plugin for how to include a metabox for attaching files to your WordPress posts outside of the media uploader.

Primary LanguagePHP

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

  1. Navigate to the 'Add New' Plugin Dashboard
  2. Select master.zip from your computer
  3. Upload
  4. Activate the plugin on the WordPress Plugin Dashboard

Using FTP

  1. Extract master.zip to your computer
  2. Upload the WordPress-Upload-Meta-Box directory to your wp-content/plugins directory
  3. 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