How to use Wordpress’s REST API to implement a headless CMS on a React JS site, including adding the URL and Alt text of the featured image to the REST API’s response.
Enqueuing Scripts and Stylesheets on the WordPress Back End
Wordpress uses different hooks to load scripts and stylesheets on the front and back ends. Here’s how to do it right.
Creating Custom Settings Tab on WooCommerce Settings Page – Product Addon by Category
Here’s how to create a custom WooCommerce Settings Tab and save the data to the database. We’ll use it to create a product add on by category.
Build a Gutenberg Related Posts Block with ACF Pro
How to build a custom Gutenberg related posts block using ACF Pro with just HTML and PHP! Things we already know as Wordpress Devs!
Getting Sample Order Data into WooCommerce
Lately I’ve been working on using Google Sheets to create dashboards for WooCommerce Order data. I want to write about it here, but since I can’t show you the sensitive customer data that is in my client’s site, I need
PHP Debugging for Atom on Windows!
Yesterday I spent a large part of the afternoon getting debugging for PHP up and running on Atom editor. Although it turned out to be relatively simple in the end I did a lot of banging my head against stack