This repository is the starter plugin for the Custom Post Type Basics lab on Know the Code. It gives you a shell for building the plugin in your WordPress sandbox.
In this lab, you are building a team biographies plugin.
- Download it.
- Put into your
wp-content/plugins/
folder - Extract it
- Go into the new folder
Installation from GitHub is as simple as cloning the repo onto your local machine. To clone the repo, do the following:
- Using PhpStorm, open your project and navigate to
wp-content/plugins/
. (Or open terminal and navigate there). - Then type:
git clone https://github.com/KnowTheCode/Custom-Post-Type-Basics-Lab
. - Go into the new folder
All feedback, bug reports, and pull requests are welcome.