> >

', '' ); elseif ( is_search() ) : ?>

' . esc_html__( 'Oops! That page can't be found.', 'collarbiz' ) . ''; endif; } if ( ! function_exists( 'collarbiz_add_breadcrumb' ) ) : /** * Add breadcrumb. * * @since CollarBiz 1.0.0 */ function collarbiz_add_breadcrumb() { // Bail if Breadcrumb disabled. if ( ! collarbiz_theme_option( 'enable_breadcrumb' ) ) { return; } // Bail if Home Page. if ( ! is_home() && is_front_page() ) { return; } echo ''; return; } endif; if ( ! function_exists( 'collarbiz_custom_header' ) ) : /** * Site content codes * * @since CollarBiz 1.0.0 * */ function collarbiz_custom_header() { if ( ! is_home() && is_front_page() ) { return; } $image = get_header_image() ? get_header_image() : get_template_directory_uri() . '/assets/uploads/banner.jpg'; if ( is_singular() ) { $image = has_post_thumbnail() ? get_the_post_thumbnail_url( get_the_id(), 'full' ) : $image; } ?>
'up' ) ); ?>