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

Two million dollars

in the cafeteria after hours
you had your checkbook out
and I asked you
to write me a check
how much you said
two million dollars I said
you wrote it and signed it
and passed it over

the background showed
the sun at the horizon.
I called it a sunrise;
you laughed and said
that was funny,
because you’d
always thought of it
as a sunset

© 2019-2024 Pushbutton Technologies