An open API service indexing awesome lists of open source software.

https://github.com/knowthecode/meta-box-basics

Meta Box Basics Lab Companion Plugin
https://github.com/knowthecode/meta-box-basics

wordpress-plugin

Last synced: 7 months ago
JSON representation

Meta Box Basics Lab Companion Plugin

Awesome Lists containing this project

README

          

# Meta Box Basics

This plugin is a companion to the [Meta Box Basics Lab](https://knowthecode.io/labs/meta-box-basics) on [Know the Code](https://knowthecode.io).

## Installation

1. In terminal, navigate to `{path to your sandbox project}/wp-content/plugins`.
2. Then type in terminal: `git clone https://github.com/KnowTheCode/meta-box-basics.git`.
3. Then type in terminal: `cd meta-box-basics`
4. Make sure you are on the `master` branch, which is your starting boilerplate.

a. Type: `git branch`. What branch does it say you are on? If `master`, go to step 5. Else, go to 4.b.

b. Type: `git checkout master`.

5. Log into your WordPress website.
6. Go to Plugins and activate the Meta Box Basics plugin.

Then go do the lab with me to build a meta box from scratch.