WP_TRAVEL_POST_TYPE,
'post__not_in' => array( $post_id ),
'posts_per_page' => $col_per_row,
'tax_query' => array(
array(
'taxonomy' => 'itinerary_types',
'field' => 'id',
'terms' => $term_ids,
),
),
);
$query = new WP_Query( $args );
if ( $query->have_posts() ) { ?>
-
have_posts() ) : $query->the_post(); ?>