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(); ?>
igthemes_option('post_slide'), 'posts_per_page' => 9, 'orderby' => 'post_date', 'post__not_in' => get_option('sticky_posts'), 'post_status' => 'publish' ); $post_nav_carousel_query = new WP_Query( $argsnav ); if ( $post_nav_carousel_query->have_posts() ) : while ($post_nav_carousel_query->have_posts() ) : $post_nav_carousel_query->the_post(); ?>
'), '' ); ?>