Category Archives: WordPress Tips

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

Curvy Corners

A quick snippet explaining how to add the curvy corners script to your WordPress theme.
Posted in WordPress Tips | 7 Comments

How to Make a Child Theme for Canvas

I've been working a lot with Canvas, a new framework by Woo Themes that gives users a plethora of design options. This video by Magnus shows a little how it works.
Posted in WordPress Tips | Leave a comment

Optimize Plug-in Scripts for WordPress

If you look at the html for most any WordPress site, you'll likely see a lot of javascript and css files that are loaded by plug-ins. In most cases, those files aren't needed on every page- they just slow down the site. Here's how to optimize this.
Posted in WordPress Tips | 11 Comments

Theming Process

I just finished building a WordPress website for a local artist in Portland. Instead of just adding another screenshot to my portfolio, I thought I'd make a video showing my process and how the site will actually be used by the client.
Also posted in Thematic | 7 Comments

Useful WordPress Code Snippets

A useful collection of code snippets for WordPress.
Posted in WordPress Tips | 1 Comment

Using TimThumb with WordPress MU

A short post about using TimThumb with WordPress MU. Includes a function (code snippet) for getting the correct image path and then displaying it in the theme.
Posted in WordPress Tips | 2 Comments

Podcasting with Feedburner + iTunes

A tutorial describing how to integrate Feedburner with WordPress to publish your podcasts and send e-mail updates.
Also posted in Plug-ins | 9 Comments

How to Install a Theme

Here's a short video screencast on how to install WordPress themes. It explains how to do this for themes in free themes directory and for ones you've downloaded from other sources- such as Woo Themes.
Posted in WordPress Tips | 2 Comments

Thematic Theme Options Panel

What separates a premium theme from the cruft? A theme options panel. Download the source code to add theme options to your very own Thematic child theme.
Also posted in Thematic | 26 Comments