Skip to content

Commit

Permalink
Merge pull request #16 from elvisangelaccio/master
Browse files Browse the repository at this point in the history
Hide navigation bar in front page, if breadcrumbs are activated
  • Loading branch information
ScottSmith95 committed Apr 14, 2014
2 parents 429ebd7 + 82a503b commit 8f3a460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

<?php tha_header_after(); ?>

<?php if ( function_exists( 'bcn_display' ) || function_exists( 'breadcrumb_trail' ) ) : ?>
<?php if ( (function_exists( 'bcn_display' ) || function_exists( 'breadcrumb_trail' )) && !is_front_page() ) : ?>

<nav class="site-breadcrumbs" role="navigation">

Expand Down

0 comments on commit 8f3a460

Please sign in to comment.