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:
- Create a folder named
inwp-content/themes/ - Create
style.cssand paste the first code block - Create
functions.phpand paste the second code block - 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
- Enter the parent theme folder name (e.g., twentytwentyfour)
- Provide a name and folder name for your child theme
- Fill in optional author and description information
- Choose whether to include a functions.php file
- Click "Generate Child Theme" to create the files
- Follow the installation instructions to set up your child theme