Piper L 4A Cub ZK-AIR at...

Peter Garlick has sent the following photo of the historic WW 2 Piper L-4A-P1 Cub ZK-AIR taken recently at Kaikohe:

Peter says the new owner, Don McMillan has been enjoying its remarkable simplicity often on the recent perfect autumn days.

To remind yourself of its considerable history, click HERE

Thanks for the photo Peter.

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