Posts – WordPress Monsters

Tag: Theme

Child theme creation

Create a sibbling folder near for parent theme. For example we have parent theme Twenty Fifteen Child. Create a folder twenty-fifteen-child with style.css file in it. It should consist:

You will need to replace the example text with the details relevant to your theme.

The Template line corresponds to the directory name of the parent theme. The parent theme in our example is the Twenty Fifteen theme, so the Template will be twentyfifteen. You may be working with a different theme, so adjust accordingly.

The only required child theme file is style.css, but functions.php is necessary to enqueue styles correctly (below).

More details https://codex.wordpress.org/Child_Themes.

contact form 7 plugins