Hi, how can i change or remove the text that says: “You are here” at the beginning of the breadcrumb trail?
thanks.
Hi!
In functions-enfold.php replace:
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/'));
with
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'before' => ''));
Regards,
Peter
Can this be hooked into from a child theme function file?
thank you. that was perfect.
Hi!
Yes – just duplicate the avia_title function into the child theme functions.php – it will overwrite the default avia_title() function.
Best regards,
Peter