'post', '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(); ?>
'carousel-img' ) ); } ?>