add_filter( ‘get_the_archive_title’, function ( $title ) {
if( is_category() ) {
$title = single_cat_title( ”, false );
}
return $title;
});
Short stories, conversations and other material for students of English
add_filter( ‘get_the_archive_title’, function ( $title ) {
if( is_category() ) {
$title = single_cat_title( ”, false );
}
return $title;
});