lazydevpro

I am a programmer and writer, who likes coding and loves writing. Have more than three year of experience of writing and coding in various fields. I have a keen interest in writing all kinds of content, especially things related to programming because programming is my second favorite thing after Ice Cream.

Custom Block Development Part-6: Toolbar and Sidebar for Blocks

This is part six of our custom block development series, in this article we are going to learn how we can top toolbar buttons and sidebar controls for our custom block. This article is a continuation of our previous articles so if you haven’t read them yet make sure to check them out. You can …

Custom Block Development Part-6: Toolbar and Sidebar for Blocks Read More »

Custom Block Development Part-5: Custom Block Category and Multiple Blocks

In this custom block development article we are going to learn how we can add our own custom categories for our custom blocks and also how can we add multiple blocks in a single plugin. This is the fifth article in our series of custom block development and if you haven’t read the previous articles …

Custom Block Development Part-5: Custom Block Category and Multiple Blocks Read More »

Custom Block Development Part-4: Advance Custom Block with ESNext

This is the fourth article of our custom block development series, in this article we are taking things to next level and going to get introduced to more advanced JavaScript which we will use to code our custom block. If you haven’t read our previous article yet click on this link to read it or …

Custom Block Development Part-4: Advance Custom Block with ESNext Read More »

Custom Block Development Part-3: Editing Functionality in Block

Now we are at the third article of the Gutenberg Custom Block Development series, in this article we are going to add some editing functionality into our block. If you haven’t read the previous article click on this link or if it’s your first time here go to our index article to check out all …

Custom Block Development Part-3: Editing Functionality in Block Read More »

Custom Block Development Part-1: Create Hello World Block

This is the first part of our Gutenberg Custom Block Development tutorial series, if you haven’t read our introduction article I highly recommend you to read it then continue with this one. In this article, we are going to learn how we can create a custom block for Gutenberg Block Editor from scratch. We have …

Custom Block Development Part-1: Create Hello World Block Read More »

What is Gutenberg Reusable Blocks & How to Use It

Do you often use the same code snippets in your multiple WordPress blog posts? Then you’re going to fall in love with reusable blocks. In Gutenberg block editor, WordPress has introduced a new feature called Reusable Blocks. And this new feature can save your tone of time from making the same design over and over. …

What is Gutenberg Reusable Blocks & How to Use It Read More »

How to Setup Development Environment for Gutenberg Easily

As you guys know WordPress is a very powerful tool and controls a big part of the internet websites you are seeing right now. WordPress development is also a great thing, In WordPress, there is a lot of potential in actually developing something for it. Companies are making hundreds of millions of dollars just by …

How to Setup Development Environment for Gutenberg Easily Read More »

Scroll to Top