ID, 'product_cat', array( 'orderby' => 'parent', 'order' => 'DESC' ) ); if(!empty($terms)) { $main_term = $terms[0]; } else { $main_term = ""; } if($main_term) { echo '
'.__('Back to', 'virtue').' '.$main_term->name.'
'; } else { echo '
'.__('Back to', 'virtue').' '.__('Shop','virtue').'
'; } ?>