$team_content_type, 'post__in' => array_filter( $content_ids ), 'orderby' => 'post__in', 'posts_per_page' => absint( 3 ), 'ignore_sticky_posts' => true, ); $query = new WP_Query( $args ); if ( $query->have_posts() ) { $section_title = get_theme_mod( 'adore_business_team_title', __('Here is Our Awesome Team', 'adore-business') ); $subtitle = get_theme_mod( 'adore_business_team_sub_title', __('Our Members', 'adore-business') ); ?>

have_posts() ) : $query->the_post(); $position = get_theme_mod( 'adore_business_team_position_'.$i, '' ); ?>