# Meta Boxes Above Editor

Render meta boxes above the editor, by dragging and dropping, or registering a meta box with a 'context' value of 'primary'.

## About

Designed initially to work with [CMB2](https://wordpress.org/plugins/cmb2/), but will work with any Meta Box.

Adds a new 'Postbox Container' to WordPress above the editor (`postbox-container-0`) to render meta boxes above the editor (below the title). You can use this container to drag existing meta boxes above the editor.

To initialize a meta box above the editor, you can add a 'context' value of 'primary' when you register the meta box, and it will automatically appear above the editor.

## Installation

1. Download this repository and unzip it into the folder `meta-boxes-above-editor`
2. Upload the `meta-boxes-above-editor` folder to the `/wp-content/plugins/` directory
3. Activate the plugin through the 'Plugins' menu in WordPress
4. Configure the plugin via the 'Meta Boxes Above Editor' options page under the WordPress 'Settings' Menu

## Changelog

**1.0.0** - *11.07.2016* - First stable release.  
**1.0.1** - *12.07.2016* - Updated documentation.     
**1.0.2** - *14.07.2016* - Fixed date picker float for CMB2 when above editor.   
**1.0.3** - *17.03.2017* - Added new artwork.  
