Removing Breadcrumb on Home Page
Hello,
I was wondering if there is a way of removing the breadcrumb on the homepage while keeping it on all other pages.
Current code:
<div id="breadcrumbs" class="container">
<div class="row">
<?php breadcrumb_trail( array(
'separator' => '»',
'show_browse' => false,
'labels' => array(
'home' => '<img src="' . appthemes_locate_template_uri( 'images/breadcrumb-home.png' ) . '" />',
),
) ); ?>
</div>
</div>
Thank you,
Derick.