solve the problem below
first find the “includes / core.php” file.
in this file
if (is_archive ()) {
echo get_the_archive_title ();
find this code blog.
only this part echo get_the_archive_title ();
Replace with the following line
echo single_cat_title ('', false);
now only the category title will appear