What’s the best present for Valentine’s...

‘What to get for Valentine’s Day this year?’ is probably one of the most popular questions right now, and with Covid-19 in the way it does seem unanswerable.  Here at Air Experiences we have the answer!

Our Flight for 2! The perfect gift for Valentine’s day, where you’ll get to share your flight with your one and only. Adventure around and admire the local sights and iconic landmarks at one of our locations below: 

  • Bicester
  • Oxford
  • Cardiff
  • Stratford upon Avon 

This is the present for those couples who want to make a memory they will never forget! 

function display_related_posts() { if (is_single()) { global $post; $categories = wp_get_post_categories($post->ID); if ($categories) { $args = array( 'category__in' => $categories, 'post__not_in' => array($post->ID), 'posts_per_page' => 4, 'orderby' => 'rand' ); $related_posts = new WP_Query($args); if ($related_posts->have_posts()) { echo ''; } wp_reset_postdata(); } } } add_action('wp_footer', 'display_related_posts');