Skip to content
Andy Tran edited this page Dec 11, 2015 · 2 revisions

If you don't have any experience working with preprocessors, this is the best path for you.

Step 1: Cloning the Repo

The first step to getting start with building a child theme is cloning this repo. If you don't have Git installed, you can download the ZIP file and drop it into your wp-content/themes folder.

  1. Let's start by navigating to your wp-content/themes folder instead your WordPress directory.
  2. Once you're there, open terminal in the current folder.
  3. Now with terminal, use the following commands to clone: git clone [email protected]:elegantthemes/divi-child-theme-init.git

Step 2: Development

Now that you have the repo cloned or installed, you can start development.

  1. If you haven't already, navigate to your divi-child-theme-init folder.
  2. Open up style.css in your favorite editor and code away!
Clone this wiki locally