With the advent of WordPress 2.3 we now have tags, a bit like WordPress categories tags can be added to any post you create and so from an SEO perspective can be useful in creating new content from old. There’s more to WordPress 2.3 than just tag support, but from a theme perspective it’s the biggest change.
Pretty easy to make a WordPress theme 2.3 compatible, however in the process of doing so you make the theme no longer work with earlier versions of WordPress. Fortunately I’ve created some tag code that solves the problem (the basic tag code breaks earlier versions of WordPress if you don’t use the function exists coding below) and so rather than creating 2 versions of your WordPress themes, you only need to make one :-))


