Author Archives: Devin

How to Upload Images to WordPress

This is a video tutorial showing how to upload your photos and other images into WordPress posts and pages. It explains how to align images to the left or right, how to add a caption, and how to display multiple images in a gallery.
Posted in Video Tutorials | Leave a comment

How to Make an Events Custom Post Type

A tutorial showing step by step instructions on how to set up a basic custom post type for events.
Posted in Miscellaneous | 7 Comments

How to Add a Metabox to a Custom Post Type

A tutorial explaining how to build custom meta boxes to be used with different post types.
Posted in Custom Post Types | 9 Comments

Adding Columns to the WP Edit Pages

A couple weeks ago I released a Portfolio Theme that uses custom post types. The featured image is a key component of the post type, I wanted a way to display it from the post dashboard- along with the title, taxonomy, author, comments, and post date.
Posted in Custom Post Types | Leave a comment

Browser Body Classes in WordPress

You should be able to add this code to any WordPress site. It extends the default body classes to include browser detection. So, if you want to add a specific style for IE6, you can just class it like .ie6 #mydiv { }. I think it's much more elegant than pulling up multiple stylesheets for all the different browsers.
Posted in WordPress Tips | 4 Comments

How to Edit the Text of Any Website

If you type the following javascript code snippet into your navigation bar, you should be able to edit any text on the page. Also includes video demonstration.
Posted in Miscellaneous | 2 Comments

Portfolio Theme

I'm proud to announce a new html5 portfolio theme. It uses custom post types for portfolio pages, takes advantage of the new menu navigation, and includes a ton of neat features.
Posted in Custom Post Types, Featured | 46 Comments

Woo Real Estate Speculation

Woo Themes announced that they are coming out with a Real Estate theme in the next 6-8 weeks. I know there's a huge need for this- because I've built one based off the Canvas framework for a client. Here's a screencast showing the theme.
Posted in Custom Post Types | 5 Comments

Custom Post Type Resources

The ability to create custom post types was a great feature added in WordPress 2.9 and then expanded in 3.0. It allows us to add and label completely different types of content than the standard "Pages" and "Posts" we're all used to. To get started with this, here's my recommended list of links and resources.
Posted in Custom Post Types | Tagged | 12 Comments

Custom Post Types with Woo Themes

These code snippets will build a video post type with a taxonomy, complete with custom meta boxes adding additional information specific to the post type in Canvas.
Posted in Miscellaneous | 2 Comments