This page – http://box5tv.com/events/
Has the title of Archives: Events – BOX5-TV. How do I remove the word archives?
-Tim
Jul 5,2021 AT 1:46PM - 3 years ago -Please send us wp-admin access to your site as a private message for us to further assist your situation.
Hello,
Your theme adds this part so you need to contact the developer about this:
You need to edit the_archive_title https://developer.wordpress.org/reference/functions/get_the_archive_title/
} elseif ( is_post_type_archive() ) {
$title = post_type_archive_title( ”, false );
$prefix = _x( ‘Archives:’, ‘post type archive title prefix’ );