Problems with child theme
-
So I screwed up. I built my website (www.secondcoursepodcast.com) with the landscape theme. I edited the style css without creating a child theme first. Now there is an update for the theme and I want to update with out losing my edits, so here is what I did. I created a child theme that contains my edits to the code and loaded it up to wordpress thinking that if that was there I could activate it then download the update to the parent theme and I’d loose no edits. the problem is this, when I uploaded the child theme I got this response:
Broken Themes
The following themes are installed but incomplete. Themes must have a stylesheet and a template.
Name Description
landscape child theme Stylesheet is missing.I save the child theme as a .css and this is what I have at the top:
/*
Theme Name: Landscape Child Theme
Theme URI: http://blankthemes.com/landscape/
Author: Jamie Parrish
Template: Landscape
*/@import url(“../landscape/style.css);
What did I do wrong, besides the obvious of editing the parent theme.
The topic ‘Problems with child theme’ is closed to new replies.