Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23011

    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!

    #118226

    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

    #118227

    Thanks!

    #118228

    Glad that Ismael gave you the tools to slay the beast.

    Thanks,

    Nick

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing seperator in breadcrumbs’ is closed to new replies.