wordpress

Building my Portfolio

I walk you through how I built the portfolio section of my website.

Multiple Authors for a Post

If you have a magazine-like website, you might need to specify multiple authors for a single post.

Overriding Options and Meta

One of my favorite “under-the-hood” features of WordPress and Genesis is the ability to override almost any kind of option/meta: site options, post meta, user meta, term meta….

Custom Secondary Menu

Custom Menus are great for sitewide menus, but what if you only want to list a section’s subpages? I’ll walk you through pulling the relevant subpages from your custom menu.

Admin Pages with Genesis

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…

Manually Curated Related Posts

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.

Reusing Template Files

I walk you through building your own template hierarchy, to specify which template to use under certain conditions.

Custom Metaboxes 0.7

Use this code library to easily create metaboxes with all different types of fields. I review some of the newest features to CMB 0.7

Gallery Metabox

I’ve built a simple plugin that shows all the attached images when editing a post.

Core Functionality Plugin

A WordPress theme should only contain that which relates to the look and feel of the site. Any core functionality belongs in a plugin.

Adding fields to the Media Gallery

Here’s two ways to customize the media uploader: adding a “Photo credit” section, and adding an “Include in Rotator” selection.