Something a bit different (for us);...

We delivered 8 theory and practical sessions, including some during their night shift period, during December followed by another two in January.  

Being neither an airline or a ground handler presented some different challenges for us but with the help of our fabulous trainer, Paul Willis, we were able deliver some great sessions which received some equally great feedback.

Thanks to all at Bureau Veritas and Airbus UK for your great support and we look forward to some further cooperation on similar projects in the future.

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