child theme not loading
-
I have created a child theme for TwentyEleven, but when I load my page, it loads the original theme.
What I have done:
-created a new folder, called twentyeleven-child, in the themes folder
-created style.css and uploaded it to twentyeleven-child folderstyle.css contains the following:
/*
Theme Name: Twenty Eleven Child
Description: Child theme for the Twenty Eleven theme
Template: twentyeleven
Version: 0.1.0
*/a:link {text-decoration: none; color: red;}
When I go to the Editor page, it allows me to edit Twenty Eleven Child theme. When I go there, it shows the message:
This child theme inherits templates from a parent theme, Twenty Eleven.But when I load my page, it loads the TwentyEleven style sheet. I have tried a force reload (SHIFT+Reload) but still the same. I have switched to TwentyTen and back again, but still the same.
Help?
- The topic ‘child theme not loading’ is closed to new replies.