Setting up a WordPress Custom Theme
Custom themes are developed using Understrap. This is still a work-in-progress to replace the old sample-base-theme
repo.
To Create a Brand New Theme
- Download the Understrap Parent Theme and Child Theme.
- Create a new repo with the following structure
├── plugins/ | ├── themes/ │ ├── understrap │ └── understrap child
- Rename the Understrap Child Theme to the new project
- Using the LocalWP Guide set up the environment locally
to be continued
This post is licensed under CC BY 4.0 by the author.