• Adds a menu item for installed themes to create the child theme. Creates a folder in themes with the child theme name and a style.css file in it.

    In the style.css file it adds this header:
    ————————–
    /*
    Theme Name: Child Theme Name.
    Template: original-theme-folder-name.
    Description: Description of child theme.
    */

    @import url(“../original-theme-folder-name/style.css”);
    —————————

  • The topic ‘Easy, one click start to a child theme.’ is closed to new replies.