Trying to print my custom post type's taxonomy but without the link. Tried this, but doesn't seem to work, any suggestions?
$text = the_terms($post->ID,'type','','','');
echo strip_tags($text);
Any help would be greatly appreciated... I'm about to start punching babies.