igthemes_option('post_slide'),
'posts_per_page' => 9,
'orderby' => 'post_date',
'post__not_in' => get_option('sticky_posts'),
'post_status' => 'publish'
);
$post_carousel_query = new WP_Query( $args );
if ( $post_carousel_query->have_posts() ) :
while ( $post_carousel_query->have_posts() ) : $post_carousel_query->the_post();
?>
9,
'post_type' => 'product',
'cat' => '',
'orderby' => 'post_date',
'post_status' => 'publish' );
$product_carousel_query = new WP_Query( $args );
if ( $product_carousel_query->have_posts() ) :
while ( $product_carousel_query->have_posts() ) : $product_carousel_query->the_post();
?>