Creating Child Theme for JobRoller
Hello,
1. I created the "jobroller-child" folder under the "themes" directory.
2. I created the "style.css" file with this content:
/*
Theme Name: JobRoller-Modified
Version: 1.7.1
Theme URI:
http://www.appthemes.com/themes/jobroller/
Description: A premium job listing theme for WordPress.
Author: AppThemes
Author URI:
http://www.appthemes.com/
AppThemes ID: jobroller
License: GNU General Public License v2 or later
License URI:
http://www.gnu.org/licenses/gpl-2.0.html
*/
/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../jobroller/style.css');
@import url('../jobroller/styles/style-pro-blue.css');
Now in my WordPress admin I am getting the following:
"The following themes are installed but incomplete. Themes must have a stylesheet and a template. Template is missing."
So what else I am missing for creating a Child Theme for JobRoller?