Rich Gilcrest has written an excellent post on adding tag support to your themes, but if you’re a theme designer, I’ll also mention that some users may not upgrade their installation of WordPress right away, but would still like to use your theme. So, make sure to add a quick check to keep your theme backwards compatible.
<?php if(function_exists('the_tags')) the_tags(); ?>
<?php if(function_exists(’wp_tag_cloud’)) wp_tag_cloud(); ?>



Rich’s post on adding tag support to your themes must be wildly popular.
Clicked the link and got a hosting message that said “This Account Has Exceeded Its CPU Quota”
Gotta love that kind of website traffic…
# September 24th, 2007
I was looking for something like this, but didn’t know how to do it. Thanks for the tip; I’ll try this on my blog.
# January 29th, 2008