TwentyFifteen Parent & Child
-
I’m trying to create a child theme for Twenty Fifteen, but having problems of getting them linked.
The childtheme now is just a blank page.Is this correct for functions.php in the childtheme?
add_action( 'wp_enqueue_scripts', 'twentyfifteen-child_enqueue_styles' ); function twentyfifteen-child_enqueue_styles() { wp_enqueue_style( 'twentyfifteen', get_template_directory_uri() . '/style.css' ); }
Thanks!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘TwentyFifteen Parent & Child’ is closed to new replies.