I’ve been working on a WordPress Multisite installation that is going to eventually have upwards of 20,000 sites. Somewhere around the 50 site mark, I …
Posts in Wordpress
If you’re working with WordPress Multisite, you might encounter a scenario where you want all uploaded media to share the same folder. In my case, I …
Recently, I created a WordPress Multisite installation on Amazon AWS Lightsail. I had this bizarre issue where my child sites were working, but whenever I would …
The WordPress REST API is one of my favourite features in WordPress. The ability to create custom endpoints for getting data and other facets of building in …
WordPress documentation is usually robust. However, recently I had a use case where I needed to query sites by custom meta values.
In WordPress 5.1, the …
Out of the box, Advanced Custom Fields offers immense power but provides no functions to work with WordPress Multisite sites. Fortunately, WordPress makes it …
What is the most efficient way to delete thousands of posts, custom post types, media attachments and other things in WordPress? The answer is: not through the …
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, especially for creating …
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 looks like that …
Believe it or not, finding this information in the official WordPress documentation was a nightmare. I had to go through the WordPress codebase itself to find …