' ) );
endif;
elseif ( is_tag() ) :
// show an optional tag description
$tag_description = tag_description();
if ( ! empty( $tag_description ) ) :
echo wp_kses_post( apply_filters( 'tag_archive_meta', '' . $tag_description . '
' ) );
endif;
endif;
?>