Tagged: breadcrumb, enfold theme
Hi,
I would like to change “you are here” by “vous êtes ici” (french word) because i’m working for a french company, and i don’t find where I can change it in php files. Is there someone to help me ?
regards,
Clem.
go to: themes > enfold > framework > php > class-breadcrumb.php
line 189:
‘before’ => ‘<span class=”breadcrumb-title”>’ . __( ‘You are here:’, $textdomain ) . ‘</span>’,
Change it to: ‘before’ => ‘<span class=”breadcrumb-title”>’ . __( ‘whatever text you like: ) . ‘</span>’,
Although I’m not sure if this is the correct way, but it works. You will lose translation options like this for codestyling localization
Hi!
Thanks cyoniq for helping us out. Personally I’d recommend to use the codestyling plugin – see: https://kriesi.at/support/topic/hardcoded-text#post-114818
Best regards,
Peter