WordPress Remove “blogArchives” from a post shared in facebook

How to Remove “blogArchives” from a post shared in facebook

1° Open “general-template.php”  from  “/www/test/wp-includes”

2° Finde the function “function wp_title($sep = ‘»’, $display = true, $seplocation = ”) ”

3° change it in ” function wp_title($sep = ”, $display = true, $seplocation = ”)  ” about line 528

4° save

5° reupload the file under  “/www/test/wp-includes”

if you have some more problems .. open you header.php

find ” <title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>” and change it in ..

“<title><?php bloginfo(‘name’); ?> <?php wp_title(); ?></title>”

Save and reuppload it