Can not create Albar Child theme
-
Hi, I tried to create a Child theme for my website. My style.css is:
/*
Theme Name: Albar Child
Template: albar
*/
@import url(../albar/style.css);And my functions.php is:
<?phpif ( file_exists( get_template_directory() . ‘/settings/class.kaira-theme-settings.php’ ) ) :
require_once( get_template_directory() . ‘/settings/class.kaira-theme-settings.php’ );
endif;But not working. Please someone help me out. It will be better to provide the full code. Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Can not create Albar Child theme’ is closed to new replies.