Search Results

WordPress Development

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

Display Posts Shortcode – Exclude Posts

The Display Posts Shortcode plugin lets you display posts based on many different parameters. One parameter that is missing is the ability to exclude certain posts from your listing. If…

Reusing Template Files

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

Genesis Post Info

Genesis themes include a “Post Info” feature for displaying information at the top of your post. This commonly includes the post date, author, and number of comments. You can use…

Display Posts Shortcode – Full Content

The Display Posts Shortcode plugin lets you display a list of posts based on any criteria. By default it displays titles only. The example below makes it display the post’s…

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.