• Okay, I’m stumped. I created a child theme using this basic code. Obviously my theme is not named test. I just wanted to show that I correctly made the child theme.

    /*
    Theme Name: Test Child
    Description: Child theme for Test
    Author: David
    Template: test
    */
    
    @import url("../test/style.css");

    So, looks good, right? Well, when I activate the child theme I get a 500 error.

    Then I test with the basic, WordPress given, child theme of TwentyTen and it works perfectly.

    It seems to be then that either my style sheet is corrupted or my parent theme doesn’t like child themes. Any ideas?

  • The topic ‘Child Theme 500 Error’ is closed to new replies.