Hi there!
I'm currently unable to create a working child theme for Blooog. I've done all the usual stuff (created a new theme folder in wp-content/themes/ and created a new style.css (see file's contents below). The child shows up in Wordpress, but after switching to the child, the theme still refers to the parent theme's style.css file, and not the child's style.css file.
Do I need to copy some other stuff into the child folder? When I was working with another developer's theme, I had to copy the whole "admin" folder into the child folder... which really isn't ideal. Can you help, please? I'm stuck until I figure this out.
Thanks!
-Taz
CHILD'S STYLE.CSS CONTENTS:
/*
Theme Name: blooog child theme
Description: blooog child theme
Author: Taz
Template: blooog
*/
@import url("../blooog/style.css");
I'm currently unable to create a working child theme for Blooog. I've done all the usual stuff (created a new theme folder in wp-content/themes/ and created a new style.css (see file's contents below). The child shows up in Wordpress, but after switching to the child, the theme still refers to the parent theme's style.css file, and not the child's style.css file.
Do I need to copy some other stuff into the child folder? When I was working with another developer's theme, I had to copy the whole "admin" folder into the child folder... which really isn't ideal. Can you help, please? I'm stuck until I figure this out.
Thanks!
-Taz
CHILD'S STYLE.CSS CONTENTS:
/*
Theme Name: blooog child theme
Description: blooog child theme
Author: Taz
Template: blooog
*/
@import url("../blooog/style.css");