Airbus AS 350 B3 ZK-HXT 5

 Noted yesterday on Queens Wharf, Wellington was the Airbus AS 350 B3e (H125) Squirrel ZK-HXT5 c/n 9617. This new helicopter was registered to Rural Access Services Ltd of Raglan on 12-09-2024.

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