Home › Forums › Support › Breadcrumbs by Yoast › Reply To: Breadcrumbs by Yoast
May 1, 2016 at 4:46 am
#190710
I changed the line:
<?php if ( function_exists('yoast_breadcrumb') ) { ?>
to
<?php if ( function_exists( 'yoast_breadcrumb' ) && !is_home() && !is_front_page() )
So that it doesn’t display breadcrumbs (the word “Home”) in the homepage.