Yet another child theme problem – Can't activate child theme
-
I’ve been trying to implement a child theme on my WordPress site and have searched for a couple hours on Google to solve my problem. When I go into the WordPress admin under “Themes”, I don’t see my child theme listed. I see a lot of people having problems with case-sensitivity or incorrect directories being referenced in the “Template” section of the style.css header, but I’ve checked mine a hundred times. Does anyone have an idea why my theme isn’t showing up to activate?
Here is the directory layout:
./wordpress/wp-content/themes/rustic
./wordpress/wp-content/themes/rustic-childHere is the current style.css file under rustic-child:
/*
Theme Name: Rustic
Theme URI: https://www.williambrentblack.com
Description: Child Theme for Rustic
Author: Wbb
Author URI: https://www.williambrentblack.com/
Template: rustic
Version: 0.1
*/@import url(“../rustic/style.css”);
- The topic ‘Yet another child theme problem – Can't activate child theme’ is closed to new replies.