have you tried with simple ” [WPCR_INSERT] ” first?
theme is called videozone. My first issue is I’m not sure where the code for showing the excerpt is located (i would think it’s in function php)
I have done a little custom coding to show the taxanomy:
$terms_as_text = get_the_term_list($post->ID, 'Director', '', ', ', '' ) ;
$directors = explode(",", strip_tags($terms_as_text));
echo "<a href='/?s=".$directors[0]."'>".$directors[0]." </a>";
partically from WCK taxonomy plugin