Parent Theme Missing when try to use child theme
-
Hi,
I am trying to create a child theme. This is my first time so maybe I’m missing something. I used my FTP to add a folder ‘Coda-Child’ to the ‘…/wp-content/themes/’ folder where the parent theme ‘Coda’ is located. I get the following message:
“The parent theme is missing. Please install the “Coda” parent theme.”
I have two files in the child folder: style.css and page2.php. At the top of the two files I have the following script:
/*
Theme Name: Coda Child
Description: Child theme for the Woo Coda theme
Author: Northeast Running Services
Template: coda
Version: 1.0.8
*/<?php
/*
Template Name: Page Template 2
*/
?>I have tried both ‘coda’ and ‘Coda’ just to be sure. Is there something I’m missing?
Thanks for any help
The topic ‘Parent Theme Missing when try to use child theme’ is closed to new replies.