Can't Get Child Theme To Load -"Template is missing" error
-
I’ve been trying to implement a child theme of the WP 2016 theme and getting the following error.
“Broken Themes
The following themes are installed but incomplete. Themes must have a stylesheet and a template.
Name Description
twentysixteen-child Template is missing.”Does anyone have an idea why my theme isn’t showing up to activate? I have already checked that in the style.css file the “template” points to the directory name of the parent theme.
Here is the directory layout:
./wordpress/wp-content/themes/twentysixteen
./wordpress/wp-content/themes/twentysixteen-child
Here is the current style.css file under twentysixteen-child.‘
/**
?* Theme Name:???? Twenty Sixteen Child
?* Theme URI:????? https://www.lucidillustrations.co.uk
?* Description:??? Child theme for the Twenty Sixteen theme
?* Author URI:???? https://www.lucidillustrations.co.uk
?* Template: twentysixteen
?* Version:??????? 1.0
?*/
@import url(“../twentysixteen/style.css”);
‘
- The topic ‘Can't Get Child Theme To Load -"Template is missing" error’ is closed to new replies.