$posts_carousel_content_type, 'post__in' => array_filter( $content_ids ), 'orderby' => 'post__in', 'posts_per_page' => absint( 4 ), 'ignore_sticky_posts' => true, ); $query = new WP_Query( $args ); if ( $query->have_posts() ) { $section_title = get_theme_mod( 'adore_blog_posts_carousel_title', __('Posts Carousel', 'adore-blog') ); $posts_carousel_btn = get_theme_mod( 'adore_blog_posts_carousel_button_label', __( 'View All', 'adore-blog') ); $posts_carousel_btn_url = get_theme_mod( 'adore_blog_posts_carousel_button_url', '#' ); ?>

have_posts() ) : $query->the_post(); ?>