WordPress Child Theme Generator

Create a child theme with respective options including stylesheet and functions file.

Child Theme Settings

The folder name of the parent theme
Lowercase, hyphens only

Options

Generated Files

style.css
functions.php
Installation:
  1. Create a folder named in wp-content/themes/
  2. Create style.css and paste the first code block
  3. Create functions.php and paste the second code block
  4. Activate the child theme from WordPress admin

Features

  • Generate complete WordPress child theme files
  • Automatic parent theme stylesheet enqueuing
  • Optional functions.php with best practices
  • Proper theme header comments
  • Copy individual files to clipboard

How to Use

  1. Enter the parent theme folder name (e.g., twentytwentyfour)
  2. Provide a name and folder name for your child theme
  3. Fill in optional author and description information
  4. Choose whether to include a functions.php file
  5. Click "Generate Child Theme" to create the files
  6. Follow the installation instructions to set up your child theme