McDonnell RF-101C Voodoo Walk Around (Pima)

A Walk-a-Round of the RF-101C at Pima Air & Space Museum in Tucson, Arizona. Note: There are two walk-a-around sets of photos and a few TO 1-1-4 pages in the Zip file!

Download here or here or here (76.1 Megs)

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