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.
This plugin allows you to:
The plugin is development only — not intended for use on production websites, but used as a tool to create new themes.
Install and activate the Create Block Theme plugin.
In the WordPress Admin Dashboard, under Appearance there will be a new page called:
Make changes to your site styles and templates using the Site Editor.
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.
If you are having problems, please try the following:
WP_DEBUG
setting in your wp-config.php
file is set to false
like this: define( 'WP_DEBUG', false );
.?>
at the end of the file. If they do, remove them.