What's new in WordPress 5.2?
WordPress 5.2 is here. The latest version of WordPress brings us a number of improvements for the Gutenberg Editor, a new debugging tool for analyzing the website status and a recovery mode for fixing fatal PHP errors.
WordPress 5.2 is here. The latest version of WordPress brings us a number of improvements for the Gutenberg Editor, a new debugging tool for analyzing the website status and a recovery mode for fixing fatal PHP errors.
In this series of articles, I'll explain how you can build your own WordPress block from scratch. In the third part we look at the registerBlockType function, which you can use to register your WordPress block and add it in the Gutenberg editor.
With the WP Migrate DB plugin you can move your WordPress database in just a few steps and migrate all your content to another website. The plugin is particularly suitable for developers to exchange data between staging and live websites.
In this series of articles, I'll explain how you can build your own WordPress block from scratch. In the second part we will look at how you can create your first block plugin with create-guten-block, a starter toolkit for Gutenberg Blocks.
In this series of articles, I'll show you how you can develop your own WordPress block from scratch. The first part is about the structure and architecture of a Gutenberg Block Plugin and the presentation of all tools required for development in modern JavaScript.
With the Two-Factor plugin you can increase the login security of your WordPress website with two-factor authentication. This means that unauthorized persons can no longer gain access to your WordPress account so easily, even with knowledge of the login data.