1. Create a child theme folder
First, create a new folder in your themes directory, located at wp-content/themes
.
The directory needs a name. It’s best practice to give a child theme the same name as the parent, but with -child
appended to the end. For example, if you were making a child theme of twentyfifteen
, then the directory would be named twentyfifteen-child
.