A WordPress plugin to create block themes https://wordpress.org/plugins/create-block-theme/
Find a file
2022-07-27 10:05:08 -04:00
.github/workflows Update deploy-to-dotorg.yml 2022-07-27 09:48:48 -04:00
admin Get the correct merged theme.json data 2022-07-20 12:35:17 +02:00
assets Revert "uppercase template part names" 2022-07-11 10:44:26 +02:00
includes Change more instances of Automattic to WordPress.org 2022-06-17 07:42:24 +01:00
.gitignore Add a plugin icon and screenshots 2022-05-24 16:38:10 +01:00
create-block-theme.php Version Bump (#91) 2022-07-27 10:05:08 -04:00
index.php Refactor w/ boilerplate & encapsulate logic (#41) 2022-03-04 08:29:31 -06:00
LICENSE Initial commit 2021-10-29 13:39:09 +01:00
README.md fix issue where child theme overrides parent theme templates (#67) 2022-06-14 15:59:20 -04:00
readme.txt Version Bump (#91) 2022-07-27 10:05:08 -04:00

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.