WordPress Query Loop Block
As an essential Block in the WordPress block era. Building a customised Query Loop can sometimes be tricky. Here comes Query Loop Simplified.
WordPress Custom Block Developer Essential
A complete guide for Custom Block development for WordPress in all aspects
Rest API authentication with Headless WordPress
WordPress provides built-in support for authenticating the incoming request to its restful API, which is handy.
SQL Query to Retrieve Woocommerce Order with Product Detail
Woocommerce order detail is saved in several tables which could be tricky to retrieve, this snippet may be handy to help you out
Dynamic Redirect in WordPress
programmatically register an endpoint to enable customised dynamic redirection
Collecting One-Step Payment with Woocommerce
create a checkout link to quickly collect one-time payment
Block Theme Design Guideline
Template and Template Parts
* Site-wide Elements
* Search, 404, Singular, Index(Archive)
* Header, Footer
* Special Page: Blog with Specific Cat
Block
Change of Multisite Domain - enable Cloudflare on Siteground
After Cloudflare was enabled on Siteground, The Network Admin was end up with a redirection loop, while the primary site was functioning in anyway.
Multipass to fire up a Wordpress Dev Server
Another way to quickly fire up a local dev server for Wordpress development
Billing State / County is a required field. Error on Woocommerce/WordPress
Why `Billing State / County is a required field` warning still pops out when a filed is hidden in Woocommerce/WordPress. Here, we will explore how this occur and how to resolve it.