'ct_teams', 'post_status' => 'publish', 'posts_per_page' => -1, 'tax_query' => array( array( 'taxonomy' => 'ct_team_category', 'field' => 'term_id', 'terms' => $team_category_id, ), ), ); $team_query = new WP_Query( $arg ); $count = 0; $team_id = elegant_blocks_team_1_id( $teamLayout ) . $rand; if( $team_query->have_posts() ): ?>