$content_type, 'posts_per_page' => absint( 4 ), 'ignore_sticky_posts' => true, ); if ( ! empty( array_filter( $content_ids ) ) ) { $args['post__in'] = array_filter( $content_ids ); $args['orderby'] = 'post__in'; } else { $args['orderby'] = 'date'; } $args = apply_filters( 'ascendoor_magazine_post_carousel_section_args', $args ); ascendoor_magazine_render_post_carousel_section( $args ); /** * Render Post Carousel Section. */ function ascendoor_magazine_render_post_carousel_section( $args ) { $section_title = get_theme_mod( 'ascendoor_magazine_post_carousel_title', __( 'Post Carousel', 'ascendoor-magazine' ) ); $button_label = get_theme_mod( 'ascendoor_magazine_post_carousel_button_label', __( 'View All', 'ascendoor-magazine' ) ); $button_link = get_theme_mod( 'ascendoor_magazine_post_carousel_button_link' ); $button_link = ! empty( $button_link ) ? $button_link : '#'; $query = new WP_Query( $args ); if ( $query->have_posts() ) : ?>

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