Flight To Success: Happy Independence Day...

 Celebrate!

Yesterday we prepared for the big day today as we watched the eagles soar. I’m hoping everyone has a blessed holiday, and we can all celebrate a little independence today. 

The fun is about to begin. 

Enjoy the Journey!
Dr. Karlene Petitt

PhD. MBA. MHS.
A350, B777, A330, B747-400, B747-200, B767, B757, B737, B727

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