This article is about how to create and use a local git repo as a remote. The use case I’m using this for is for secure SSL certificate storage. We…
This function let’s you wait until a certain javascript event has finished before firing the code inside the function. For example, if you had some function that runs on resizing…
This is a script I made for updating all of my Bedrock WordPress sites hosted on Digital Ocean. It’s useful because it removes the need go to every site, update…
WP-CLI is awesome. Setting up aliases is even more awesome! With WP-CLI + aliases you can easily update plugins and themes on the production or staging servers. You can easily…
This function converts all image tags with an SVG image in it’s source into an inline SVG. This is useful for having clean HTML, but still gaining benefits of inline…
In this post I’m describing the process for AJAX post filtering All credits go to Misha Rudrastyh. My contribution is to make add two features. The first is making it…
In this blog post I will show how to save isotope filters across page reloads. This means that when you refresh the page, the previously selected isotope filters will apply….
I will show how to add a multi-select input field in the WP Customizer Setting. My specific example will be for the Sage 9 theme, but it can be adjusted…
In this post I’ll show how to add a filter function to a Sage 9 project. A filter function is a good method for selectively hiding or showing certain functionality….
I’m keeping a running list of useful WordPress components that I use often across many custom theme projects. I usually work with the Sage starter theme, but these components can…