diff --git a/archive.php b/archive.php index 8639e61d..618be0f3 100644 --- a/archive.php +++ b/archive.php @@ -66,20 +66,10 @@ get_header(); ?> ?> ' . $category_description . '' ); - endif; - - elseif ( is_tag() ) : - // show an optional tag description - $tag_description = tag_description(); - if ( ! empty( $tag_description ) ) : - echo apply_filters( 'tag_archive_meta', '
' . $tag_description . '
' ); - endif; - + // Show an optional term description. + $term_description = term_description(); + if ( ! empty( $term_description ) ) : + printf( '
%s
', $term_description ); endif; ?>