The archives

Odds & Sods

Update MAMP Pro

November 4, 2014

The updating process with most Mac software is painless, especially App Store apps. Not so with MAMP. Since I have such a hard time remembering the process, here’s quick reference to update MAMP Pro without…

Working with Placester MLS/IDX

October 28, 2014

We recently relaunched a site for local Park City real estate agent Nancy Tallman, built around Placester, which provides solutions for IDX/MLS integration. While they mainly focus on a hosted IDX system, they do offer…

ACF: Get Post Object data within a Repeater

October 6, 2014

I absolutely love Advanced Custom Fields. It’s part of the reason I love using WordPress so much. It makes things very easy for clients, and is a breeze to develop. Every now and again I…

Change Woocommerce New Order reply-to address to customer

August 29, 2014

A client wanted to be able to easily contact customers through the New Order admin notification in Woocommerce by simply replying to that notification. The default reply-to is the store owner’s email, so we needed…

From Codekit to Grunt and back

August 29, 2014

I’ve used Codekit since the day I started with Sass. It helped me understand Sass and make my CSS authoring fun again. A few weeks ago I was feeling pretty awesome and decided to puh-phushaw…

Remove previously tracked file from git repository

August 4, 2014

Here’s a simple git command that will remove a previously tracked file from a git repository: git rm –cached <file> The file will be removed from the head on the next commit. I run into…

Modify theme layout in Hybrid Core

July 28, 2014

Here’s how to modify the Theme Layouts extension in Hybrid Core: in functions.php: You can then hide sidebars and such like so: in a sidebar template:

Quickly edit post tags and categories in WordPress

July 16, 2014

Here’s how to quickly edit categories and tags on a WordPress post, or multiple posts: Quick Edit The posts page in WordPress admin has a nice quick edit feature that allows you to quickly update,…