Just installed UltimateTagWarrior? Converted all your categories to tags? Dissappointed that your imported categories are capitalized and capitalized tags look stupid? Fear not! Fire up your favorite MySQL client and use this simple SQL query on your Wordpress database:
UPDATE tags SET tag = LOWER(tag);
I found it handy so maybe somebody else will.

No comments
Comments feed for this article
Trackback link
http://chrismetcalf.net/blog/archives/2006/08/21/converting-ultimatetagwarrior-tags-to-lowercase/trackback/