Tag
custom blocks
-
Native Gutenberg Blocks Without React: FanCoolo WP Tutorial
FanCoolo WP lets you create native Gutenberg blocks without React or build tools. You write PHP, SCSS and JS inside your WordPress dashboard, and your blocks…
-
Gutenberg InnerBlocks in ACF Blocks: Less Code, Flexible Cards
Card blocks built with ACF work well until one card needs a quote and the next needs a YouTube video. Then you add a field for every case or reach for flexible…
-
Your First Gutenberg Block Without React: Scripts Organizer
A custom Gutenberg block normally means React, a build step and a folder full of config before you write any markup. In this first video of our "Create…
-
Dynamic Gutenberg Block with ACF Fields: Editable Title and Link
A hero block with hardcoded text isn't much use to a content editor. To change the heading or the button link, someone has to open the code, and every copy of…