function wpb_rand_posts() { $args = array( 'post_type' => 'post', 'orderby' => 'rand', 'posts_per_page' => 5, ); $the_query = new WP_Query( $args ); if ( $the_query->have_posts() ) { $string .= ''; /* Restore original Post Data */ wp_reset_postdata(); } else { $string .= 'no posts found'; } return $string; } add_shortcode('wpb-random-posts','wpb_rand_posts'); add_filter('widget_text', 'do_shortcode');

Stuff My Mother Threw Out

This is my version of the story everyone seems to have, Stuff My Mother Threw Out. My family moved from 224 Rayburn Terrace in Orange, right next door to number 222, when I was about 14 . This was during the time of the Korean War, and my brother knew he was being drafted.

After the move, I discovered all my military stuff was missing: my German spiked  helmet from WW I, my copy of the WW II Aircraft Spotter’s Guide including photos and instant-identification silhouettes of every American, German and Japanese fighter plane and bomber, some random bullets, a dummy hand grenade, and my Uncle George’s WW II uniform insignia and medals.

I understand why. But I still miss my stuff.

WW II Aircraft Spotter’s Guide
1915 Prussian Pickelhaube, ima-usa.com

© 2019-2024 Pushbutton Technologies