WordPress Developer Ukraine, Kyiv
Disable block editor for specific post types in WordPress

Disable block editor for specific post types in WordPress

The Gutenberg block editor changed how WordPress content is created, introducing a visual drag-and-drop interface built from reusable blocks. For most use cases it is an improvement — flexible, intuitive, and powerful enough to build complex layouts without extra plugins. However, not every post type benefits from the block editor experience. Custom post types used…
Adding wrapper to Gutenberg’s Table block

Adding wrapper to Gutenberg’s Table block

Convert Gutenberg table to Bootstrap table Gutenberg editor compared to default editor it’s very cool. However, its possibilities aren’t unlimited at the moment. And when we’re dealing with tables, we want that they’ll be responsive. In this case, can help us Bootstrap. But how to use Bootstrap tables and Bootstrap adaptive solutions to Gutenberg editor?
How to add dynamic date to Gutenberg, ACF, Contact Form 7

How to add dynamic date to Gutenberg, ACF, Contact Form 7

How to use dynamic date to WordPress editor Did you know about dynamic date are using on 99,9% all sites. Where, you ask? As a rule, in the footer, in the Copyright section. But, on almost sites, this section doing as hardcode. And in this case use dynamic date it’s no problem. In this article…