Full Site Editing is a new feature that was introduced in WordPress 5.8. Therefore, you need to make sure that you are using WordPress 5.8 or higher.
Full Site Editing is powered by the Gutenberg block editor. You will need to install the Gutenberg plugin to access the new features.
To install the Gutenberg plugin, go to your WordPress dashboard and navigate to Plugins > Add New. Search for “Gutenberg” and click the “Install Now” button. Once the installation is complete, click the “Activate” button.
Now it’s time to create a new theme that leverages the Full Site Editing feature. You can either create a new theme from scratch or modify an existing one.
To edit a theme, open the Appearance menu and click edited on the desired theme. The editor will launch automatically.
Block templates are reusable components that you can use throughout your theme. To create a block template, open the Template parts in the editor and press the plus button.
Now choose a name and the area, where the template will be used.
Edit the template part in the editor. You can even use html to edit your template parts.
Search for the “Template Part” and drop it into the theme. Now you can choose from your template parts. You can even edit your template parts directly from here.
You can also use the text editor, if you prefer it. Press Ctrl+Shift+Alt+M to switch between the editors. Here you find more information regarding coding in WordPress.
You can preview your theme by going to the “Appearance > Themes” section of your WordPress dashboard and activating your theme. This will allow you to see your theme in action on your site before making it live.
Full Site Editing is a powerful new feature that allows you to create custom themes with ease. However, it may take some time to get the hang of it and create a theme that looks and functions the way you want.
As you work on your theme, make sure to test it thoroughly and iterate as needed. Use the WordPress Theme Developer Handbook as a reference, and don’t be afraid to experiment with new ideas.
Full Site Editing is an exciting new feature that allows WordPress developers to create custom themes with ease. By following the steps outlined in this tutorial, you can start building your own custom themes that leverage Full Site Editing and take your WordPress development skills to the next level. I hope this gets you started with this feature. Happy developing