• As a novice, I like the idea of child themes because I can customize all I want and worst-case-scenario start over without damaging a functioning theme. However, I’m already working from a child theme (Gallery 1.2) whose parent theme is (Thematic). Both could potentially get updates. Is there a way to make a child theme of a child theme or something similar?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Not at present.

    Josh Feck

    (@builtbynorthby)

    esmi is correct that you can’t make a child theme of a child theme.
    If all you’re looking to do is make CSS changes, you can make a variant.css and call it in your functions.php. See how another Thematic child theme, Acamas, does this:
    https://themeshaper.com/acamas-theme-clarity-elegance-power/
    Look at the functions.php file and you’ll see a function that looks for a variant.css file in a separate folder.

    The only change you’d make to the Gallery theme would be adding one function to look for the variant.css. That would be pretty easy to maintain.

    If you’re wanting to make more than just CSS changes, then, no way to do that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Child Themes of Child Themes?’ is closed to new replies.