Wizz Air schedules new Ohrid service

NEWS FLASH

Wizz Air has scheduled flights between Basel and Ohrid, which were announced earlier this year as part of the airline’s application for the launch of new subsidised routes from Macedonia. Services between the two cities will commence on October 31 and operate twice per week, on Mondays and Fridays, with the 239-seat Airbus A321neo aircraft. Tickets are now available for purchase through the airline’s website. Further details can be found here. Basel will complement Wizz Air’s operations from Ohrid to Dortmund, Memmingen and Vienna.

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');