Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.

tommcfarlin/WordPress-Upload-Meta-Box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published