Lando was not able to run wp cli, and gave me the following error: OCI runtime exec failed: exec failed: container_linux.go:380: starting container process…
WordPress
The BEST Git Workflow for WP Engine for 2023
Please take the time to read through or you will not get it. Then you just wasted a click and bandwidth. The idea behind…
WordPress Security Checklist for Websites Hosted on Managed Hosting Platforms
My checklist for websites on managed WorPress hosting platforms is much shorter and different than what would be for a self hosted WP websites.…
Display genesis post info on page content type
Display genesis post info on page content type When working with genesis its a bit tricky to find the right functions and filters to…
WordPress custom taxonomy query to get posts
WordPress custom taxonomy query to list custom post types tagged with a taxonomy term from a custom vocabulary.
WP CLI Cannot redeclare wp_get_server_protocol
I knew something wasn’t right when I saw WP CLI Cannot redeclare wp_get_server_protocol. So I did a little research on it but it seems…
WordPress add page slug to body CSS class
This is a life saver when it comes to theming websites. WordPress add page slug to body CSS class is a neat trick to…
Show WordPress font selector in text editor, wysiwyg
By default font selector is hidden. If you want to show WordPress font selector in text editor all you need to do is add…
BuddyPress get url to profile page
BuddyPress templates are tricky, I was adding a user icon to a menu bar, and I needed to print a link to the current…
Force strong password BuddyPress plugin
I was hoping there was a way to force strong password BuddyPress, but couldn’t find any so I just implemented my own way of…