' . $category_description . '
' ); } elseif ( is_tag() ) { // show an optional tag description $tag_description = tag_description(); if ( ! empty( $tag_description ) ) echo apply_filters( 'vantage_tag_archive_meta', '
' . $tag_description . '
' ); } else { $description = term_description(); if ( ! empty( $description ) ) echo apply_filters( 'vantage_taxonomy_archive_meta', '
' . $description . '
' ); } ?>