-
Notes on migrating between Synology NAS with HyperBackup
There are a number of ways to migrate your data, depending on the age of the NAS, OS […]
News
-
Case insensitivity on Apache servers
Regularly when we launch a new site we also put up a static scrape of the old site […]
-
Reverse relationship query for last ACF repeater sub-field
Advanced Custom Fields (ACF) is a great WordPress plugin for adding custom meta fields. It has a very […]
-
Avoiding permissions problems when creating Zip files in PHP
A typical PHP snippet to create a Zip file looks something like this: $zip = new ZipArchive(); $zipname […]
-
Extending WP CLI – wp config update
One gap in the abilities of WP CLI at the moment is the ability to modify an already […]
-
Automatic SOCKS proxy for a single domain on Mac
VPNs and proxies are great – but almost always limited to funnelling all traffic through them. But what […]
-
Displaying you WordPress.org favourite plugins
Updated 02 – 05 – 18: plugins object is now returned as an array. On a whim this […]
-
Affiliated or sponsored content – disclaimers, ethics and styling
Just to be clear – there are no affiliate links, sponsored content or anything similar in this post. […]
-
Sending your WordPress posts back / forward in time
Fancy sending your WordPress site back (or forward) in time for a day? Thanks to the multitude of […]
-
Managing multiple WordPress installs with bash and WP CLI
Jump to the bottom if you want to go straight to the script I recently set up a […]
-
Get terms from a shared taxonomy used on a single post type
WordPress has a handy get_terms() function that retrives a list of all the terms for a taxonomy – […]