Hello,
I am using Enfold in a German Language setting. How can I change “Startseite” in the Breadcrumps into another text?
Thank you,
td
Hey td,
In the folder structure:
Edit framework > php > class-breadcrumb.php , find this code:
‘Startseite’ => __( ‘Startseite’, ‘avia_framework’ ),
Replace it with:
‘new text’ => __( ‘new text’, ‘avia_framework’ ),
Let me know if this works for you.
Best regards,
Jordan Shannon