Child Theme does not appear in wp-admin
-
I installed a childtheme for twentyeleven but the child theme does not appear in my wp-admin.
What I did:>created a new folder in wp-content/themes named “twentyeleven-child”
>style.css inside “twentyeleven-child” with the following code in it:/*
Theme Name: twentyeleven-child
Description: Child theme for the twentyeleven theme
Template: twentyeleven
Version: 1.3
*/
@import url(“../twentyeleven/style.css”);
@import url(“../twentyeleven/rtl.css”);Did I miss something? Thank you for your help.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘Child Theme does not appear in wp-admin’ is closed to new replies.