intermediate

Introduction to Custom Metaboxes

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

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.

Switch Genesis Sidebars

Here’s how you change which sidebar shows up in which sidebar area. This is useful when using different page layouts.

Export WordPress Content to Excel

Here’s a way to get your WordPress content into a table that can easily be moved to a spreadsheet. This is best if you’re using WordPress to collect data and want to analyze it in Excel. I use it for keeping track of incoming client inquiries.

Using Taxonomies

Taxonomies allow you to organize content in different ways. I’ll walk you through creating and implementing custom taxonomies, as well as show you how I used taxonomies for my personal portfolio.

Using Shortcodes

Shortcodes are a great tool if you need to stick code or reusable pieces of content inside your posts or pages.