Setup Bitbucket Pipelines with WPengine GIT Push

Setup Bitbucket Pipelines with WPengine GIT Push

You’ve heard all the hubbub about Bitbucket Pipelines right? “Automate your workflow” “Make your life easier” “Rule the world!” (well, maybe not this last one) But the point is its really cool. Why? My GIT setup with WPengine...
Add “Help” Tab to One or All Dashboard Screens

Add “Help” Tab to One or All Dashboard Screens

If you’ve ever wanted to add explanations or help documentation directly to specific dashboard screen(s), here’s how. In either a plugin, or your theme’s functions.php file, place this code: Explanation Lines 8-18: Enter your content for this tab....

Creating Admin Notices in WordPress Dashboard

Ever wanted to create one of those admin messages you see at the top of of some WordPress dashboard pages? Well its pretty simple. Just drop this into your functions.php file, or a custom plugin, and edit to fit your needs: If you want to change the color of the...

Getting Random Gallery from ACF

I was recently working on a project where we wanted to display random images from pre-defined galleries. I created a custom widget that did just this. The items already setup before creating this widget were: Created custom post type ‘gallery’. Each post...