I already have a child-theme, so would it be ok if I just remove this from header.php:
<?php
if ( current_theme_supports( ‘breadcrumb-trail’ ) && !is_search() ) {
breadcrumb_trail(array(
‘separator’ => ‘>’,
‘show_browse’ => false,
‘show_on_front’ => false)
);
}
?>
or would that cause some troubles later?