intermediate

Reusing Template Files

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

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.

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.

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.