Child Theme ignoring Parent!
-
I have a child theme; as I understand this, it should only be looking for files (like header.php) from its parent! Instead it’s looking to twentyeleven! If I remove twentyeleven I get the wsod!
/* Theme Name: Whatever Template: parent-theme */ @import url("../parent-theme/style.css");The stylesheet is the only thing that WordPress will grab from the parent. Only if I rename the ‘parent-theme’ folder to ‘twentyeleven’ will it get anything else (and then it would 404 on the stylesheet naturally).
Any ideas? As a parent myself I would be annoyed if my kid wasn’t listening to me!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Child Theme ignoring Parent!’ is closed to new replies.