In this example, we will show you how to add the AWeber form to a sidebar, but the steps should be similar whether you are adding it to a WordPress page, post, template, or block pattern using the Gutenberg block editor or Full Site Editor. First, go to Appearance » Widgets. Then...
There has been a lot of fuss made over theWordPress block editor, Gutenberg. People have had a hard time adjusting to it for a number of reasons, most specifically because most of us don’t like change. However, Gutenberg blocks are here to stay so best to move forward using the editor...
Choose Which Editor You Want To Use: You can look for a drag-and-drop page builder plugin to simplify the installation and customization process of template kits. You can choose to create their websites with Gutenberg, which is WordPress’s default editor, or Elementor, which is one of the...
As you know, WordPress block editor (Gutenberg editor) is widely used to create dynamic content by using creative blocks. Although the Block editor is generally stable, there can be instances where it crashes or experiences issues. Generally, when the block editor crashes, you will get an error...
// Enable Gutenberg for WordPress >= 5.0 add_filter('use_block_editor_for_post', 'shapeSpace_enable_gutenberg_new_posts', 10, 2); As written, this function checks if the user is viewing thepost-new.phpscreen, and if so returns true (to enable Gutenberg). ...
Method 2. Disable Gutenberg with the Classic Editor Plugin For this method, we will be using the Classic Editor plugin, which is developed and maintained by the core WordPress contributors. The first thing you need to do is install and activate theClassic Editorplugin. If you need help, you...
There are 2 convenient ways to revert to using the classic TinyMCE while using the latest WordPress version and they are: 1. Classic Editor Plugin From your plugin menu, search for and installClassic Editor. It will automatically deactivateGutenbergon activation so you don’t have to worry about...
1. Adding Background Color to Blocks Let us say, you want to add background color to a paragraph in Gutenberg. First insert your text using a paragraph block. Click inside the paragraph and then click on the three dots “Options” in the block’s toolbar. Select “Show more settings”...
Block templates – The Gutenberg block editor allows you to create reusable blocks of content you can use again in other posts or pages. They are useful for keeping your content’s design consistent. Template parts – Templates in WordPress are block types used for creating a structure for your...
Note:Always test your theme andpluginsfor Gutenberg compatibility before switching and/or updating to it. Second, you have the option of installing the Classic Editor and activating it right away. You can do this even when you update to WordPress 5.0 or later. This will give you the abilit...