Tagging on Discount Lenses Blog
I just installed a tagging plugin by ChipsQuips. So far so good. It seems to be working, I just don’t know how to set it up so it works with Technorati. I’d like my tags to be automatically indexed by Technorati, so if anyone knows how to configure that, leave a comment or send me some feedback!

In your theme, wherever you want the Technorati tags to be display, use:
Oops, it stripped by tags:
<?php
if (function_exists(’the_post_keytags’)) {
the_post_keytags(null, ‘technorati’);
}
?>
Also, you probably want to get the latest version of my widget at http://www.chipstips.com/?p=165
Thanks again Chip for the information on how to add tags to my discount contact lens blog.