';
if (!is_home()) {
echo '
';
echo esc_html__('Home', 'boxed-wp');
echo '';
if (is_category() || is_single()) {
echo " / ";
the_category(' / ');
if (is_singular( 'post' )) {
echo " / ";
the_title();
}
elseif (is_singular()) {
echo the_title();
}
}
elseif (is_page()) {
echo the_title();
}
elseif (is_archive()) {
echo single_month_title();
echo single_tag_title("", false);
}
}
echo '
';
}
}
add_action( 'igthemes_before_post' , 'igthemes_breadcrumb' );
/*-----------------------------------------------
* 9.0 igthemes_before_post_title
-----------------------------------------------*/
//featured image
function igthemes_featured_image() { ?>
";
the_post_thumbnail( 'large', array( 'class' => 'featured-img' ) );
echo "";
} elseif ( !is_single() && igthemes_option('main_featured_images') && has_post_thumbnail()) {
echo "