Stop fighting WordPress: use Block Bindings instead
A client hit me up last month. They needed a slick video section on their product pages, with dynamic content and a different video for…
A client hit me up last month. They needed a slick video section on their product pages, with dynamic content and a different video for…
A client needed accordions and styled form fields without the usual custom-code mess. September’s WordPress core updates add a native Accordion block and theme.json form styling that make it far easier.
A client wanted a custom mini-cart block inside their nav menu. Here is how to extend the WordPress Navigation block the right way, using the blocks.registerBlockType filter to add your own blocks to allowedBlocks instead of fighting it with CSS.