Twitter ID in Comments


Author Message
Terry

Posted: 1/19/2010
Quote message 

Does anyone know where to insert the code from WP-twitip-ID in the comments.php file to show the Twitter ID of the commentor right after their name. The code is below but having problems with location in Artisteer theme. Thanks

<?php if(function_exists(wp_twitip_id_show)) { wp_twitip_id_show("auto"); }?>