This is the second part of a 2 part interview with Ian Stewart on child themes. Enjoy. 5. Speaking of child themes and theme frameworks, can you explain how one would upgrade a child theme when a theme framework is involved? From the end users perspective there’s really no change in how you use a Child Theme as opposed to a regular theme and there’s really no change in how you upgrade that theme. Even if a theme framework is involved. But the process of upgrading that Child Theme can be improved on. One thing I do in the pre-designed Thematic Child Themes I release commercially is add in a function that looks for a “variant.css” file in the wp-content directory. That function lets you make minor changes like adding background images and changing colors within variant.css without touching the original Child Theme CSS, making it ready to be upgraded […]
[Continue Reading...]

WordPress 2.7 Comment Enhancements
Otto, who is a well known and respected member of the WordPress community has published a pretty cool article (WordPress 2.7 Comment Enhancements) which explains the various comment enhancements that have made it to the core of WordPress 2.7 thus far. Otto’s reasoning behind the post was to allow theme authors to gain a head start on creating themes which will be compatible with WordPress 2.7. One thing to keep in mind while reading this article is that, this information was compiled from using the latest developmental version of WordPress 2.7. This means things may not be set in stone with further additions or retractions possible before the initial release. Here are some of the enhancements that Otto covers: Creating a 2.7 compatible comments.php file Password protection check The comments loop The power of Ajax Styling Thanks Otto.
[Continue Reading...]