Viewing 1 replies (of 1 total)
  • Goldenworks

    (@goldenworks)

    When printing the breadcrumbs in your page template, just overwrite the default / slash parameter with your own, like this:

    <?php if(function_exists('breadcrumb_trail')) {
    breadcrumb_trail(array('separator' => '>'));
    } ?>

    Also use html entities for “greater than” parameter:

    https://www.w3schools.com/html/html_entities.asp

Viewing 1 replies (of 1 total)
  • The topic ‘My bread crumb sperator is comming as / but i want as > arrow what to do’ is closed to new replies.