wordpress

Building a Genesis Child Theme

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.

Image Override Plugin

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.

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.