March 15, 2012
A better, and easier, grid loop
Use the post_class filter to easily build a multi-column listing of posts.
As I build WordPress websites for my clients, I share what I learn here as tutorials.
March 15, 2012
Use the post_class filter to easily build a multi-column listing of posts.
February 12, 2012
I recently worked with Gary Jones on refreshing his popular grid loop tutorial.
January 21, 2012
One of the best new features of Genesis 1.8 (and there are many) is a tool for making admin pages. These are needed if you’re building a plugin or a…
January 17, 2012
Here’s a way to specify which posts show up as “related” to the current post, as an alternative to the many plugins that automatically generate your list of related posts.
December 23, 2011
Here’s how I make multiple columns of content.
December 7, 2011
I walk you through building your own template hierarchy, to specify which template to use under certain conditions.
October 28, 2011
I’ve built a simple plugin that shows all the attached images when editing a post.
October 28, 2011
A WordPress theme should only contain that which relates to the look and feel of the site. Any core functionality belongs in a plugin.
September 26, 2011
Here’s two ways to customize the media uploader: adding a “Photo credit” section, and adding an “Include in Rotator” selection.
September 23, 2011
One of the most powerful features of WordPress is the WP Query. Here’s how to control it with the pre_get_posts hook.
September 19, 2011
A question I hear all the time is “how do I build a child theme?” This is a tutorial that walks through my process, using an actual client site as an example.
September 15, 2011
I’m excited to release my first publicly sold theme, the Driskill. It is a responsive, mobile-friendly child theme of Genesis, and is available from the StudioPress marketplace.
August 27, 2011
When you upload an image, WordPress will automatically scale and crop it to many different sizes. If you’re not happy with the auto-crops, use this plugin to upload an alternative image.
August 18, 2011
Replace the manually managed Secondary Menu with one that automatically lists the current section’s subpages.
August 10, 2011
This plugin let’s you use my WordPress patch for displaying previous/next posts in the same taxonomy.