If you are working with WordPress version 5 and up, you might be using the REST API. I love the in-built REST API WordPress provides, …
Wordpress
How to Remove WordPress Menu Items (Including Those Created by Plugins)
WordPress comes with a lot of stuff out of the box. Throw in some plugins, and it gets even noisier. Next minute, your menu sidebar in admin …
A List of WordPress Gutenberg Core Blocks
Believe it or not, finding this information in the official WordPress documentation was a nightmare. I had to go through the WordPress …
Fixing a slow WordPress installation with thousands of hierarchical taxonomy values
Recently while working on a large-scale WordPress site, I encountered a tricky situation. I had quite a lot of locality data for Australian …
WordPress download_url Function That Supports Request Headers
I have been working on a WordPress site that parses remote news API's and requires not only parsing the news format JSON but getting any …
WordPress Custom REST API Endpoints With Spaces
I have been working on quite an ambitious WordPress project that has a lot of custom REST API endpoints to work alongside an Aurelia SPA …
The best way to develop with WordPress locally in 2021 (and beyond)
When it comes to developing on WordPress locally, you have a few options. You have the tried and tested XAMPP, WAMP, MAMP and if you're …
A Fix For Issues Calling The Yelp API Using wp_remote_get (and other WordPress request methods)
This is quite a specific issue you will only encounter if you are attempting to call the Yelp Fusion API using any of WordPress' request …
WordPress Gutenberg Is Still An Unmitigated Disaster
It is difficult to believe that WordPress' Gutenberg editor is almost two years old (released in WordPress 5.0 in December 2018). Since …