'; if ( $delimiter ) { $delimiter = '' . $delimiter . ''; } /* === OPTIONS === */ $text['home'] = esc_html__( 'Home', 'my-music-band' ); // text for the 'Home' link /* translators: 1: before text/html, 2: after text/html. */ $text['category'] = esc_html__( '%1$s Archive for %2$s', 'my-music-band' ); // text for a category page /* translators: 1: before text/html, 2: after text/html. */ $text['search'] = esc_html__( '%1$sSearch results for: %2$s', 'my-music-band' ); // text for a search results page /* translators: 1: before text/html, 2: after text/html. */ $text['tag'] = esc_html__( '%1$sPosts tagged %2$s', 'my-music-band' ); // text for a tag page /* translators: 1: before text/html, 2: after text/html. */ $text['author'] = esc_html__( '%1$sView all posts by %2$s', 'my-music-band' ); // text for an author page $text['404'] = esc_html__( 'Error 404', 'my-music-band' ); // text for the 404 page $showCurrent = 1; // 1 - show current post/page title in breadcrumbs, 0 - don't show $before = ''; // tag before the current crumb $after = ''; // tag after the current crumb /* === END OF OPTIONS === */ global $post, $paged, $page; $homeLink = home_url( '/' ); $linkBefore = ''; $linkAfter = ''; $linkAttr = ''; $link = $linkBefore . '%2$s' . wp_kses_post( $delimiter ) . $linkAfter; global $post, $paged, $page; $homeLink = home_url( '/' ); $linkBefore = ''; $linkAfter = ''; $linkAttr = ''; $link = $linkBefore . '%2$s' . wp_kses_post( $delimiter ) . $linkAfter; if ( is_front_page() ) { if ( $show_on_home ) { echo ' '; } } else { echo ''; } } endif;