Latest Posts
-
·
How to enable XDEBUG coverage mode in LocalWP
When running PHP unit tests in your LocalWP project you might get this notice from PHPUnit: To fix this and…
-
·
An easy way to display dynamic data in WordPress blocks
In this tutorial, we will go over how to create and use custom template tags in WordPress blocks. Template tags…
-
How to Use TypeScript and TSX for WordPress block development
Welcome to our tutorial on using TypeScript and TSX for WordPress block development! TypeScript is a powerful programming language that…
-
·
How to retrieve site data for blocks with useSelect
The useSelect hook allows you to retrieve and subscribe to data from the WordPress data store, and use the data…
-
·
How to add gradient text to WordPress blocks
Here’s a simple CSS trick to add support for gradient text in WordPress that can be customized using only core…