Hi,
I would like to shorten, i.e. change the blog name/title concerning only the output/display of the breadcrumbs in CORONA.
I found the file class-breadcrumbs.php with this code, but don't know the right code for my question:
Line 25:
global $post;
echo '<p class="breadcrumb"><span class="breadcrumb_info">'.__('You are here:','avia_framework').'</span> ';
bloginfo('name');
echo "";
if(!is_front_page()){echo $markup;}
and line 209:
/* If $show_home is set and we're not on the front page of the site, link to the home page. */
if ( !is_front_page() && $show_home )
$trail[] = '' . $show_home . '';
In WP backend the title of the site is
VIAINA Atelier | Fotokreationen · Fotogemälde · Experimentelle Malerei
and should be shortened only in the output of the breadcrumbs to just
VIAINA Atelier
Thanks a lot in advance.














