* save the variation locally * generate a zip with the variation * shanged wording, added script to toggle between forms * toggle both when we don't want any form * typo * save theme with chosen name, alert when none was entered * clear user customizations * fix copy + paste mistake * fix success message * wording and paths * duplicate variations with the same name instead of replacing them |
||
|---|---|---|
| .github/workflows | ||
| admin | ||
| assets | ||
| includes | ||
| .gitignore | ||
| create-block-theme.php | ||
| index.php | ||
| LICENSE | ||
| README.md | ||
| readme.txt | ||
Create Block Theme
A WordPress plugin to create block themes.
This tool can be used in 4 different ways:
1.Export
Export the activated theme including the user changes.
2. Create a child theme
Creates a new child theme with the currently activated theme as a parent.
3. Clone the current theme
Creates a new theme by cloning the activated theme. The resulting theme will have all of the assets of the activated theme combined with the user's changes.
4. Overwrite theme files
Saves user's changes to the theme files and deletes the user's changes.
Step 1 – Setup
Install and activate the Create Block Theme plugin. You will also need to be running the latest version of the Gutenberg plugin.
Step 2 – Style Customizations
Make changes to your site design using the Site Editor.
Step 3 – Templates
Edit your templates using the Site Editor. For some things you might need to edit the template files again later.
Step 4 – Save
In the WordPress Admin Dashboard, under Appearance there will be a new page called “Create Block Theme”.
Select one of the 4 options and then, if necessary, add the details for the theme here. These details will be used in the style.css file. When you click the "Export Theme” button, your theme will be saved.