continuing our partnership with HiFly Airlines...

Nicola Macedo, Ground Operations Director at Hifly said:

“Once again we requested Miles Aviation for another De-Icing course, this time “De-icing Management Training” to support our office team during the winter operations.

For that I want to thank to Simon Miles and Dean Court for the excellent course!  Must say also that Miles Aviation keeps a high level of professionalism not just in their training team but also in their course contents.

 Thank you to both!”       

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