Archive for the 'General' Category

Theme Browser

Friday, March 25th, 2005

I’m been blown away by the number of themes submitted to the Theme Competition - frankly it’s a little difficult to view them all just using the theme switcher. Because of this, I’ve created a Theme Browser to make it easier to view and download the themes.

How To References Images in CSS

Wednesday, March 16th, 2005

I’m seeing a few themes coming in where the theme author has moved some of their CSS classes to the index.php file so that they can use PHP to specify the path to an image in their theme. While I appreciate the extra effort to make sure the images display correctly, this really isn’t necessary.

The […]

How to Comment Out PHP Code

Sunday, March 6th, 2005

A number of themes are coming in with WP tags like the calendar tag included in the theme, but commented out (I assume so it’s easy for someone to activate the feature). Unfortunately, many of the well intentioned theme authors are wrapping the entire PHP block with an HTML comment like this:

<!– <php get_calendar(); ?> […]