• I have created child themes before and did the same thing this time. Created the child directory with -child after it and added the style.css file in the directory like the codex says to:

    /*
    Theme Name: TheProfessional Child
    Theme URI: https://sowitdesign.com
    Description: TheProfessional Child Theme
    Author: Eric Swain
    Author URI: https://sowitdesign.com
    Template: twentyfourteen
    Version: 1.0.0
    Tags: 2 Column theme
    Text Domain: theprofessional-child
    */
    @import url(“../TheProfessional/style.css”);
    /* =Theme customization starts here
    ————————————————————– */

    but in wp-admin i get the following error

    Broken Themes

    The following themes are installed but incomplete. Themes must have a stylesheet and a template.

    Name
    TheProfessional Child Theme URI: https://sowitdesign.com Description: TheProfessional Child Theme Author: Eric Swain Author URI: https://sowitdesign.com Template: twentyfourteen Version: 1.0.0 Tags: 2 Column theme Text Domain: theprofessional-child

    Description

    Template is missing.

    Can anyone tell me if there is something else i need to do? Did something change with 3.9 that isn’t posted in the codex topic yet?

Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Broken Child Theme’ is closed to new replies.