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 af482b7 commit 95ef5fbCopy full SHA for 95ef5fb
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