taxonomy; $postType = get_taxonomy( $taxonomy )->object_type[0]; } ?>
display_name; } if ( isset($archiveTitle) && $archiveTitle ) { $archiveTitle = apply_filters( 'biz_vektor_archiveTitCustom', $archiveTitle ); echo '

'.esc_html( $archiveTitle ).'

'; } /*-------------------------------------------*/ /* Archive description /*-------------------------------------------*/ if ( is_category() || is_tax() || is_tag() ) { $category_description = term_description(); } if ( ! empty( $category_description ) ) echo '
' . $category_description . '
'; ?>