All right, next up again from February of this year. This one we enjoyed playing around with and this is this is the kind of plug in that it's kind of hard to demonstrate because there's so much you could do with it. We have just a very simple thing to demonstrate on this today. And it's something that you'd really want to learn more about to use effectively, but it's called wicked block builder, and wicked block builder allows it gives you a visual interface to build your own custom block editor blocks. So no coding is necessary. You just sort of put the elements in place. You can add css and other things, but you don't have to know PHP and JavaScript and the other things that you would need to know to create an actual Gutenberg block. This kind of does all that heavy lifting for you. For simple blocks. Like for example, maybe I have a staff listing on my website, and I want to put, you know, the person's picture and their name and their title, right and I just want to block I can drop in and fill those things in and there it is. So it's perfect for those sorts of things. And if you are beginning to develop in the block editor, you realize, you know, sometimes, you know, there's not like a staff member block, or maybe one that's customized exactly like you want it. And this allows you to build those and again, we're going to do a very simple demo of this. This is a rabbit hole you can go into and learn a lot about and learn how to customize each of these blocks better, but it's really easy to get up and working out of the box. So let me show you the wicked block builder by first activating the plugin which is always a very important first step. So activating wicked block builder we now have a menu item. And notice here you can also with this not only build blocks, but also now I don't believe this was present in the plugin back in February when we originally saw it. You now have the ability to build block patterns and you have categories to sort in your blocks and your block categories. It does absolutely work with Kadence as well. So let's just there's a block. This one is actually left over from when we demonstrated this back in January. And now let's just have a look at this. It is our staff listing block. And you get to set an icon for it from a bunch of included icon. So that's kind of nice. That's what shows up in the block editor itself, which I'll show you in a minute. We can have it support a custom class name all the various things here. The Pro version even allows you to have repeater fields. So when we get into the next part, what are the things that we need to define in this blog again, this is a quick demo. It's not like I'm not teaching you how to use this plugin today. There's some great videos out there if you're interested in this. It's really easy to get up and running quickly though but in this block, we're going to have three bits of information. First, the image of the staff member, the name of the staff member and a job title. So once we get we just basically grab that and plop it in we could add something else like Job Title, Location, like this, right? So that's all we have to do. We can add another bit of information. Then we move into the editor view, which is how is this actually going to be shown in the block. So we're going to put a div with there's a div wrapper around it. We drug the image over here, couple of rich text components for the name and the job title. I'm going to add another one for the location. And that's all we have to do. I'm going to save this. There's some other things you can do like adding options in the sidebar. There there's a some things you can do for the front end view over here but just with this quick thing I'm going to go in and drop in a block here on this page. So let's say we're going to first of all put in a row we'll just get like a three row layout. And now we're going to do here's our staff listing block that shows up right here. And look we've got we've got selected image, the name the job title, some I didn't get be for some reason we didn't get the location Did I forget something here is very possible. I forgot something here. Your job title. I bet it was because it didn't have a placeholder. It was actually there it just wasn't showing me anything. But let's try this again.