That’s a WordPress Site?? – Debunking WordPress Myths

Last night I debuted a 5 minute lightning talk at the WordPress Providence Meetup in front of an enthusiastic crowd of 30-40 locals with varying WordPress interest and experience. Entitled “That’s a WordPress Site??”, the presentation is a tongue-in-cheek, rapid fire debunking of 3 pervasive myths about WordPress: that it’s just blogging software (not a CMS), that it’s not meant for big business or enterprises, and that all WordPress sites sort of look the same.

All of the lightning talks were recorded, so we’ll hopefully have video of me engaging the audience with the slides sometime soon. The raw slides really work on their own as a 3 1/2 minute showcase, so I’ve published the slide deck – animation and all – in HD quality on YouTube for all to enjoy.

Introducing WordPress 3, Featuring Custom Post Types, A Native Menu Editor, and More

Today’s release of WordPress 3.0 brings some exciting enhancements and new features that strengthen the software’s position in the realm of content management systems. For developers such as us, two sets of features in particular should prove invaluable in implementing WordPress-based solutions for our clients.

First, version 3 expands WordPress beyond the traditional blogging constructs of posts and pages by allowing users to specify custom post types. These custom types can function either like posts, organized linearly, or like pages, having a hierarchical structure. This feature builds on the custom taxonomies introduced in WordPress 2.9, which let users expand the organizational options for content beyond just categories and tags. Now, combining custom post types with custom taxonomies, users have complete control over how content is organized and displayed.

Custom post types don’t just let users segregate press releases from product pages, for example, but also simplify the addition of fields specific to each post type. A product post type could include pricing and availability, whereas a press release could hold media contact information. Following this example, separate taxonomies can be assigned to each, reaffirming a clear organization of content.

Continue reading Introducing WordPress 3, Featuring Custom Post Types, A Native Menu Editor, and More

Customizing WordPress Administration (from WordCamp Chicago)

Last weekend I debuted a new talk at WordCamp Chicago. Aimed at developers, Customizing WordPress Administration might have been a little bit dry, but the tips – many of them unique to this talk – are killer for consultants looking to tailor the other end of WordPress for their clients.

The slides are embedded below the fold, couresty SlideShare, but they won’t do you much good alone. The meat of the talk was a walk through a simple  Twenty-Ten child theme, the focal point being a functions.php file loaded to the gills with hooks and functions that customize the branding and admin experience. That download is also available below the fold!

Continue reading Customizing WordPress Administration (from WordCamp Chicago)