For a chance to win; Join SAFE, “Step-Up” as a member, or donate $15 (or more). Lightspeed Delta Zulu, Aerox O2 System, or Sporty’s PJ2 Radio.
Share this:
Click to share on Facebook (Opens in new window) Facebook
Click to share on X (Opens in new window) X
Click to email a link to a friend (Opens in new window) Email
Click to share on LinkedIn (Opens in new window) LinkedIn
More
Click to share on Tumblr (Opens in new window) Tumblr
Like this:
LikeLoading…
Author: David St. George
David St. George. David took his first flying lesson in 1970. Flying for over 50 years, he began instructing full-time in 1992. A 26-year Master Instructor, David is the Executive Director of SAFE (The Society of Aviation and Flight Educators). He has logged >21K hours of flight time with >16K hours of flight instruction given (chief instructor of a 141 school with a college program for > 20 years). He is currently a charter pilot flying a Citation M2 single-pilot jet.
View all posts by David St. George
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 '
Related Posts
';
while ($related_posts->have_posts()) {
$related_posts->the_post();
echo '