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…
Add a Dynamic Date to Gutenberg, ACF Fields, and Contact Form 7

Add a Dynamic Date to Gutenberg, ACF Fields, and Contact Form 7

Dynamic dates show up on almost every WordPress site — most often in the footer copyright line, but also in post content, ACF fields, Contact Form 7 forms, and email templates. The typical approach is to hardcode the year and update it manually every January, which developers invariably forget. WordPress shortcodes solve this cleanly: register…