I tried to create the child theme and is not working

  • Author
    Posts
  • #15790
    mariana

    First, let me tell you that I love this theme.
    My site is coming together beautifully, but I am concerned about losing the changes that I have made, and of course I tried to build the child theme.
    I did it in the traditional way, using the style.css file and placing it in a new folder called tempera-child-theme inside of the themes folder.
    Well, this is not working.
    Could you please give me an idea of what else I need to do?
    And thank you for your prompt answer in my other 2 questions.

    #15799
    Zed
    Cryout Creations mastermind

    Does your child theme’s style.css file have the required content?

    /*
    Theme Name: Tempera Child
    Theme URI: http://example.com/
    Description: Tempera sample child
    Author: Cryout Creations
    Author URI: http://example.com
    Template: tempera
    Version: 0.1
    */
    @import url("../tempera/style.css");
    /* Child theme styling starts here
    -------------------------------------------------------------- */

    http://codex.wordpress.org/Child_Themes


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘I tried to create the child theme and is not working’ is closed to new replies.