Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 605 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 605 Bytes

Custom Meta Box Boilerplate Plugin

WordPress plugin creating a custom meta box.

Requires the Genesis Framework and PHP 5.6+.

Installation

Zip File

  1. Download the .zip-file into the wp-content/plugins/ folder.
  2. Extract it.
  3. Activate the plugin from the WordPress dashboard.

Clone the Repository

  1. Open wp-content/plugins/ of your project in a terminal window.
  2. Type: git clone https://github.com/christophherr/custom-meta-box-generator-boilerplate.
  3. Activate the plugin from the WordPress dashboard.

Contributions

Feedback, bug reports, and pull requests are welcome.