Create Block Theme

Create Block Theme Install Statistics

2,273
2%
Today: 2,382 Yesterday: 109 All-time: 126,278 downloads
Create Block Theme Icon

Try plugin: Create Block Theme

We'll create fresh WordPress site with Create Block Theme installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Create Block Theme

A WordPress plugin to create block themes.

21


2


1


1


2

updated: 8 months ago
since: 2 years ago
author: WordPress.org

Description

This plugin allows you to:

  • Create a new theme, blank theme, child theme or style variation.

The plugin is development only — not intended for use on production websites, but used as a tool to create new themes.

Step 1 – Setup

Install and activate the Create Block Theme plugin.

In the WordPress Admin Dashboard, under Appearance there will be a new page called:

  • Create Block Theme

Step 2 – Style Customizations

Make changes to your site styles and templates using the Site Editor.

Step 3 – Export

Still in the WordPress dashboard, navigate to “Appearance” -> “Create Block Theme” section. Select one of the available options and then, if necessary, add the details for the theme here. These details will be used in the style.css file. Click “Generate” button, to save the theme.

General Troobleshooting

If you are having problems, please try the following:

  • Make sure you have the latest version of WordPress installed.
  • Make sure you have the latest version of the plugin installed.
  • Deactivate all plugins and see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
  • Switch the theme to the default theme to rule out any theme-related problems.
  • Check the Support forum for similar issues.

I’m getting a corrupt zip file when I export my theme

  • First follow the general troubleshooting steps above.
  • Please make sure you WP_DEBUG setting in your wp-config.php file is set to false like this: define( 'WP_DEBUG', false );.
  • If your theme includes PHP files, ensure those files do not use PHP closing tags ?> at the end of the file. If they do, remove them.