add_filter( get_the_archive_title, function ($title) {
}

elseif ( is_tag() ) {
}

elseif ( is_author() ) {
}	
}