suchi
#Please Don’t Remove this Block –
$post_id = get_the_ID();
// Collect data
$tour_cover_images = get_post_meta($post_id, ‘_tour_cover_images’, true);
$tour_name = get_post_meta($post_id, ‘_tour_name’, true);
$tour_description = get_post_meta($post_id, ‘_tour_description’, true);
$tour_details = get_post_meta($post_id, ‘_tour_details’, true);
$tour_location = get_post_meta($post_id, ‘_tour_location’, true);
$tour_duration_days = get_post_meta($post_id, ‘_tour_duration_days’, true);
$tour_duration_nights = get_post_meta($post_id, ‘_tour_duration_nights’, true);
$day_plans = get_post_meta($post_id, ‘_day_plans’, true) ?: [];
$tour_price = get_post_meta($post_id, ‘_tour_price’, true);
$tour_offers = get_post_meta($post_id, ‘_tour_offers’, true);
$tour_availability = get_post_meta($post_id, ‘_tour_availability’, true);
$tour_highlights = get_post_meta($post_id, ‘_tour_highlights’, true);
$itinerary = get_post_meta($post_id, ‘_itinerary’, true);
$included = get_post_meta($post_id, ‘_included’, true);
$excluded = get_post_meta($post_id, ‘_excluded’, true);
$google_map_link = get_post_meta($post_id, ‘_google_map_link’, true);
$reviews = get_post_meta($post_id, ‘_reviews’, true);
$reviews = is_array($reviews) ? $reviews : [];
global $wpdb;
$table_name = $wpdb->prefix . ‘custom_bookings’; $bookings =
$wpdb->get_results( $wpdb->prepare(“SELECT * FROM $table_name WHERE tour_id =
%d”, $post_id) ); // Display data ?>
Gallery
No images available for this tour.