WordPress Development

As I build WordPress websites for my clients, I share what I learn here as tutorials.

Genesis CRM for WordPress

Genesis CRM allows you to manage all your prospective clients, active projects, and completed projects using the WordPress interface.

Customizing WordPress Menus

I’ll show you how to limit visibility of certain menu items to logged in users, and how to modify the menu itself using filters.

My Genesis Starter Theme

I build custom Genesis child themes for most of my clients. Rather than starting from an existing StudioPress theme, I use my own starter theme: EA Genesis Child. What is…

Adding “Blog” to Genesis Breadcrumbs

Here’s how to modify the Genesis Breadcrumb to include a “Blog” link, changing Home > Category > Post Title to Home > Blog > Category > Post Title

Limit Search to Post Type

Here’s how to customize search forms to return results for specific post types. By using a filter you can choose exactly which search boxes are affected.

Display Posts Shortcode

This shortcode will let you easily list posts based on tag and/or category, limit the number of posts displayed, and sort the results. If you’ve ever wanted to list posts on your site without editing theme files, this is the tool for you.

Introduction to Custom Metaboxes

Custom Meta Boxes allow you to build clean, understandable interfaces for entering metadata. I use them on almost every project.

TwentyTen CRM

TwentyTen CRM is a theme specifically designed to manage your customers, from initial contact to project completion. It’s highly customizable and free.

Custom Avatars in WordPress

This tutorial extends WordPress’ get_avatar() function. It let’s users upload a custom avatar in case they don’t want to use a Gravatar.

Breadcrumbs for Taxonomy Pages

I’m working on a project right now that uses hierarchical taxonomies, and here’s the solution I used for taxonomy breadcrumbs.