Blog


October 2, 2014

Easy KnockoutJS Pagination with Data Tables

Data Tables makes it super easy to add pagination, searching, and sorting to tabular data bound with KnockoutJS TL;DR: DataTables provides simple pagination, sorting, and searching capabilties to...

Read

October 2, 2014

Bootstrap Styles for Gravity Forms WordPress Plugin

Everyone loves Gravity Forms and everyone loves Bootstrap. But they don't look too good when combined. So I set out to find a nice way to combine the two. After some Googling around I came across...

Read

September 11, 2014

WordPress Mass Update Post, Page, or Custom Post Type Taxonomies

I'm working on a massive WordPress migration project and after we defined taxonomies they needed to be changed or updated. I tried doing this with SQL but that turned into an Inner Join nightmare due...

Read

August 8, 2014

Add Already Registered Custom Taxonomy to Custom Post Type in WordPress

If you have already defined your custom taxonomy in another plugin and want to use it in a custom post type that you might register in a second plugin, you'll need to add something like this in your...

Read