[Theme: Untitled]: Getting the "the parent theme is missing."
-
Hello,
This is my first time creating a child theme which I am doing from a theme called “Untitled”. My “untitled-child” file has the style.css file and a header.php file.
The following info is in my style.css file:
/*
Theme Name: Untitled Child
Theme URI: https://betweenparentheses.net/
Description: Untitled Child Theme
Author: Automattic
Author URI: https://theme.wordpress.com/
Template: untitled
Version: 1.1.3
Text Domain: untitled-child
*/@import url(“../untitled/style.css”);
However, I keep getting the following message:
“The parent theme is missing. Please install the “untitled-theme-name” parent theme.”
The “Untitled” theme is already installed and is working fine. I want to add a favicon to my site via the child theme (header.php) but I don’t know what I’m missing or adding here.
I’d greatly appreciate any help. Thanks.
- The topic ‘[Theme: Untitled]: Getting the "the parent theme is missing."’ is closed to new replies.