post_content, 'downloads' ) || is_archive( 'download' ) || is_tax( 'download_category' ) || is_archive( 'download_tag' ) || is_singular('download')) { get_sidebar('shop'); } else { get_sidebar(); } } /*---------------------------------------------------------------------- # CUSTO EDD DOWNLOAD TEMPLATE FOR ARCHIVE PAGES ------------------------------------------------------------------------*/ add_action('igthemes_single_post', 'igthemes_edd_post_content', 20 ); function igthemes_edd_post_content() { if (is_archive('download') || is_tax( 'download_category' ) || is_archive( 'download_tag' )) { ?>
'image', 'class' => 'featured-img' ) ); ?>

post_content, 'download_checkout')) { remove_action('igthemes_before_content', 'igthemes_header_widgets', 20 ); } } /*---------------------------------------------------------------------- # WOOCOMMERCE CART LINK ------------------------------------------------------------------------*/ if(igthemes_option('menu_cart')==true) { //---------------Handle cart in header fragment for ajax add to cart function igthemes_edd_cart_link() { ?> theme_location ) return $menu; ob_start(); igthemes_edd_cart_link(); $item = ob_get_clean(); $menu .= '
  • ' . $item . '
  • '; return $menu; } //---------------end cart link }