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.
2 parents 248b400 + 95ef5fb commit 351d0edCopy full SHA for 351d0ed
header.php
@@ -78,6 +78,6 @@ function replaceHtmlClass(regexp, str) {
78
</header>
79
<main id="content" role="main" tabindex="-1" aria-label="<?php esc_attr_e( 'Main content', 'beapi-frontend-framework' ); ?>">
80
<?php
81
- if ( ! is_front_page() && ! is_search() ) {
+ if ( ! is_front_page() && ! is_search() && ! is_404() ) {
82
get_template_part( 'components/parts/common/breadcrumb' );
83
}
0 commit comments