'; dynamic_sidebar( 'header-widget' ); echo ''; } } } /*----------------------------------------------------------------- * BREADCRUMB -----------------------------------------------------------------*/ if ( ! function_exists( 'igthemes_breadcrumb' ) ) { // start function function igthemes_breadcrumb() { if (get_theme_mod('breadcrumb')) { if ( function_exists('bcn_display') && !is_home() ) { ?>
','
'); } else { if (!is_home()) { echo ''; } } } } } //DISPLAY BREADCRUMBS if ( ! function_exists( 'igthemes_top_breadcrumb' ) ) { //start function function igthemes_top_breadcrumb() { if (is_singular('post')) { igthemes_breadcrumb(); } } }