Slovenia and Uzbekistan to study potential...

NEWS FLASH

Slovenia and Uzbekistan have agreed to explore the potential introduction of flights between the two countries. The development came during a visit by Uzbekistan’s President, Shavkat Mirziyoyev, to Slovenia this week. This initiative is part of a broader effort to enhance bilateral cooperation in various sectors, including trade, technology and tourism. In 2023, Slovenia and Uzbekistan held online consultations between their respective aviation authorities to discuss further practical steps in the establishment of charter and scheduled flights between the capitals of the two countries. Based at Tashkent Airport, Uzbekistan Airways boasts a network of almost sixty destinations with a fleet of over forty aircraft.

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