Child Theme Problems
Child Theme Problems
What have I done wrong ?
I created a .zip with the following info and uploaded to wordpress
/*
Theme Name: ClassiPress-child
Description: Classipress child
Author: richardf
Template: ClassiPress
Version: 1.0.0
*/
@import url("../ClassiPress/style.css");
/* =Theme customization starts here
------------------------------------------------------- */
Then from ClassiPress: Stylesheet (style.css)
I copied everything starting below this
/*
Theme Name: ClassiPress
Theme URI:
http://www.appthemes.com/themes/classipress/
Description: A highly customizable classified ads application theme brought to you by AppThemes.
Version: 3.3.3
Author: AppThemes
Author URI:
http://www.appthemes.com/
License: GNU General Public License v2 or later
License URI:
http://www.gnu.org/licenses/gpl-2.0.html
AppThemes ID: classipress
*/
Now I have the following error showing:
Broken Themes
The following themes are installed but incomplete. Themes must have a stylesheet and a template.
Name Description
ClassiPress-child The parent theme is missing. Please install the "ClassiPress" parent theme.
Do I need to place some info in the Edit CSS?
Have I totally screwed up and just not done any of it correctly ?