'page', 'posts_per_page' => absint( $item_count ), 'post__in' => $product_posts, 'orderby' =>'post__in', ); elseif( $content_type == 'products_post' ) : for( $i=1; $i<=$item_count; $i++ ) : $product_posts[] = get_theme_mod( 'featured_product_post_'.$i ); endfor; $args = array ( 'post_type' => 'post', 'posts_per_page' => absint( $item_count ), 'post__in' => $product_posts, 'orderby' =>'post__in', 'ignore_sticky_posts' => true, ); else : $args = array (); endif; $post_loop = new WP_Query($args); if ( $post_loop->have_posts() ) : ?>
have_posts()) : $post_loop->the_post(); $i++; $product_img = get_theme_mod( 'product_image_'.$i); $btn_text = get_theme_mod( 'product_btn_text_'.$i, __('Explore Products','bizindustries')); $btn_url = get_theme_mod( 'product_btn_url_'.$i); $btn_target = get_theme_mod( 'product_btn_target_'.$i ); $btn_target = $btn_target ? 'target="_blank"' : ''; ?>

>
>
<?php echo esc_attr($product_title); ?>

>
>