We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dffb86 commit 541e0eeCopy full SHA for 541e0ee
header.php
@@ -32,3 +32,7 @@ function replaceHtmlClass(regexp, str) {
32
get_template_part( 'components/parts/common/header' );
33
?>
34
<main id="content" role="main" tabindex="-1" aria-label="<?php esc_attr_e( 'Main content', 'beapi-frontend-framework' ); ?>">
35
+ <?php
36
+ if ( ! is_front_page() && ! is_search() ) {
37
+ get_template_part( 'components/parts/common/breadcrumb' );
38
+ }
0 commit comments