• I’m trying to install a child theme based on Themage, and it tells me to install Themage as the parent, but it’s already installed as my current theme. Would anyone know what I would put on the template line? Is that even my problem? This is my first time making a child theme, and I thought I was following the instructions correctly. (I’ve tried it in both upper and lower case)

    /*
    Theme Name: Themage Child
    Description: A simple, lightweight, responsive, accessible, future-friendly theme
    Author: Peter Massey-Plantinga
    Author URI: https://massey-plantinga.com
    Template: Themage
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: https://www.gnu.org/licenses/gpl-2.0.html
    Tags: flexible-width, one-column, two-columns, three-columns, left-sidebar, right-sidebar, blue, dark, custom-header, custom-menu
    */
    @import url("../Themage/style.css") ;
Viewing 2 replies - 1 through 2 (of 2 total)
  • You’re really close – the only thing is that you have to use the same exact name as is on the theme folder for the parent – so Themage won’t work – it has to be themage here:

    Template: themage

    And here:

    @import url("../themage/style.css") ;

    After you change that, switch to another theme and then back to the child theme. It should work then.

    Thread Starter Icycreek

    (@icycreek)

    That worked, thank you! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Parent Theme for Themage’ is closed to new replies.