Cessna T206H Stationair HD ZK-XPL

Visiting Pauanui airfield today was the Auckland based Cessna T206H ZK-XPL.  This was originally imported new back in late 2019 as ZK-JTK for Glenorchy Air Services, Queenstown.  Sold to its new Auckland owner in March 2025 it was reregistered as ZK-XPL.

 

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