Tagged: breadcrump
Where can I change this Text? Could not find any file.
Hi royaltask!
I recommend to use this plugin: https://wordpress.org/plugins/codestyling-localization/
Another (quick and dirty) way would be to go to the file themes->enfold->framework->php->class-breadcrump.php
There you will find on line 186:
'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',
replace “You are here” with whatever text you like.
Cheers!
Andy