Seems Enfold is overwriting the config in the ‘class-breadcrumbs.php’ file which is set to use the » symbol (») which I want rather than a forwardslash How do I change this? Thanks!
Hi,
Open functions-enfold.php then find this code
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/'));
Change that with
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '»'));
Regards,
Ismael
Thanks!
Glad that Ismael gave you the tools to slay the beast.
Thanks,
Nick