Latest articles
Top 10 Must Have Code Snippets to Supercharge Your WordPress Site
Ten essential code snippets that you can add to your functions.php file to enhance your WordPress site
Read more Top 10 Must Have Code Snippets to Supercharge Your WordPress Site
Admin styles and scripts
Adding custom styles to Wordpress Gutenberg blocks is easy and at the same time extremely useful when developing your website.
Register block styles in WordPress
Adding custom styles to Wordpress Gutenberg blocks is easy and at the same time extremely useful when developing your website.
Toggle Control – Using Gutenberg editor controls
The Form Toggle control is basically like a checkbox, a boolean control, or if you will, an on/off switch. It’s by far the most common control we use when building blocks.
How to code the Inspector Controls?
The Inspector Controls are the settings in the sidebar of Gutenberg blocks. In code it is a React component used in the edit-function of a block.