'; } elseif ( class_exists( 'WooCommerce' ) && !is_user_logged_in()) { $items = ''; } echo $items; } add_action( 'igthemes_header', 'igthemes_header_woocommerce_menu', 1); } /*----------------------------------------------- * 2.0 igthemes_footer -----------------------------------------------*/ //credits function igthemes_footer_credits() { ?>
| Iografica Themes' ); ?>
',''); } elseif (igthemes_option('breadcrumb') == '1') { 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 "
"; echo ''; the_post_thumbnail( 'img-post', array( 'class' => 'featured-img' ) ); echo ""; echo "
"; } ?>