' . sprintf( $tt, ''
. single_tag_title( '', false ) . '' );
aweaver_archive_title( $titlew, 'tag' );
// the_archive_title( '', '
' );
$tag_description = tag_description();
if ( ! empty( $tag_description ) ) {
echo aweaver_sanitize_markup( apply_filters( 'tag_archive_meta', '' . $tag_description . '
' ) );
}
?>