ID,$taxonomy);
$tags = array();
if( $tax_terms ){
foreach ($tax_terms as $tax_term) {
$tags[] = 'name ) . '" ' . '>' . $tax_term->name.'';
}
}
$tags_str = implode(', ',$tags);
$action = 'from-'.$orientation;
if($overlay_content == '5')
$action = 'img-zoom-in';
?>