How to create a child theme
I'm trying to customize JobRoller through a theme child (following Worpdress best practices) however it is not working.
First, when you create a new stylesheet there is no way you can activate child theme through admin/theme
Code:
/*
Theme Name: Job Roller Child
Theme URI: http: //example.com/
Description: Child theme for the Job Roller theme
Author: Me
Template: JobRoller
Version: 0.1.0
*/
So I read lots of stuff about JobRoller not being a traditional/simple wordpress theme however there should be some guidelines to customize JobRoller and make it easy to upgrade.
I need to edit php files too which are not loaded too. I'd love to hear from AppThemes about the best way to get creative while keeping the core product intact.