WordPress has a great actions and filters system allowing you to create injection points for modifying parts of your code (especially for …
Wordpress
Creating Site Meta Search In WordPress Multisite using Site Queries
WordPress is incredibly powerful, and every so often, a new feature gets added that goes under the radar that can dramatically change how …
Programmatically Create New Sites In WordPress Multisite
In WordPress, creating new sites from the admin interface can be tedious, especially if you want to add custom metadata to sites/ACF option …
How to change the theme directory on a WordPress installation
The beauty in WordPress is not only its ecosystem. It's the ability to customise almost every facet of it using a filter or hook. I had a …
Speeding Up WordPress Using Local JSON
As much as I love WordPress, there are some fundamental flaws in how it works. For the average user, WordPress out-of-the-box will do …
How To Override WordPress Gutenberg Core Blocks Output
Wordpress ships with a bunch of neat core Gutenberg blocks. However, there may be situations where you need to change the output of a …
Speeding Up Slow WordPress CLI Commands
When performing intensive or long-running operations on a Wordpress website, the admin panel is terrible. Have you tried to delete 100 posts …
Cache Busting WordPress Enqueued Styles and Scripts
In Wordpress, you add theme styles and scripts using the trusty wp_enqueue_script and wp_enqueue_style methods. However, by default, your …
Building a High Availability WordPress Website Using AWS and Hyperdb
WordPress is the most popular CMS on the planet, powering over 40% of the internet and continually growing. Despite what you have been told, …