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
- Host: GitHub
- URL: https://github.com/knowthecode/meta-box-basics
- Owner: KnowTheCode
- License: other
- Created: 2017-09-21T23:47:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T19:35:54.000Z (over 6 years ago)
- Last Synced: 2025-05-27T01:40:32.024Z (8 months ago)
- Topics: wordpress-plugin
- Language: PHP
- Homepage: https://knowthecode.io/labs/meta-box-basics
- Size: 36.1 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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.