Tag: wordpress
-
Filtering customTemplates from theme.json with a plugin
Recently I was rebuilding the Helpful Digital intranet using a WordPress block theme called UniBlock. As part of […]
-
Exclude certain posts from search
Excluding posts (or custom post types) from search results when they meet certain criteria is easy in theory. […]
-
Ignore spaces when group MySQL query results
Let's get a list of all duplicate postcodes (could be any string of course) out of a specific […]
-
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 […]
-
Extending WP CLI – wp config update
One gap in the abilities of WP CLI at the moment is the ability to modify an already […]
-
Displaying you WordPress.org favourite plugins
Updated 02 – 05 – 18: plugins object is now returned as an array. On a whim this […]
-
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 – […]
-
Using Garlic.js with TinyMCE WYSIWYG editor
Garlic.js is a great library – it uses localStorage to save the state of forms, so if your […]