$recent_works_content_type, 'post__in' => array_filter( $content_ids ), 'orderby' => 'post__in', 'posts_per_page' => absint( 5 ), 'ignore_sticky_posts' => true, ); $query = new WP_Query( $args ); if ( $query->have_posts() ) { $section_title = get_theme_mod( 'adore_business_recent_works_title', __('What We Do', 'adore-business') ); $section_subtitle = get_theme_mod( 'adore_business_recent_works_subtitle', __('Recent Works', 'adore-business') ); ?>