Home Forums Exoplanet Exoplanet child theme does not activate Reply To: Exoplanet child theme does not activate

#1180
Andy
Keymaster

Are you using our Exoplanet Child theme from here: https://uxlthemes.com/docs/child-themes/? This works correctly. It has a functions.php file which correctly enqueues the parent and child stylesheets.

It is not the child theme file name which is important. The important part is that the parent theme template is correctly defined in the child theme’s stylesheet (style.css).

For example, you could create your own child theme for Exoplanet and name it “Seagull Twenty Two” with a directory name of “seagull-twenty-two” if you wanted to. To work as a child theme of Exoplanet, you would create the child theme style.css file with something like this:

/*
Theme Name: Seagull Twenty Two
Theme URI:
Author: 
Author URI: 
Description: 
Template: exoplanet
Text Domain: seagull-twenty-two
*/

The “Template: exoplanet” part is the important bit that tells WordPress which theme is the parent.