Child theme – help please
-
Hello, I’ve been trying to install a child theme for Mimbo 3.0 and been having a horrible time at it. As far as I know, all my code for the child theme is correct, but WP still won’t recognize my child theme. The child theme is displayed under the “Broken Themes” section with the error message of “Template is missing.”
Can anyone help with this? Here is my style.css for the child theme, which is placed in a folder called mimbokid in my themes directory:
/*
Theme Name: mimbokid
Theme URI: https://www.darrenhoyt.com/2009/01/30/mimbo-30-released/
Description: Child Theme for Mimbo
Author: Meghan
Author URI: https://collegegreenmag.wordpress.com
Template: mimbo
.
This work is released under the GNU General Public License 2:
https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
@import url(“../mimbo/style.css”);
body {
background: #665599;
}
Thanks very much!
- The topic ‘Child theme – help please’ is closed to new replies.