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

Highly detailed

I am usually the first to grab my family’s copy of Life magazine out of the mail. As touted on this week’s cover, the next-to-last page is a black-and-white photograph remarkable for the time, the first crisp, highly-detailed aerial view of the North Pole, or maybe the South Pole, I forget. It shows a complex, craggy and absolutely featureless mass of ice and snow. A bit off from the center, I draw a tiny barber pole.

While my brother reads the magazine that night, I watch. When he gets to that page, he studies it for a long time. He stares and stares and says half-aloud, “Hey…”. Once he realizes, he is annoyed, but laughs.

© 2019-2024 Pushbutton Technologies