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

Oh, come on!

“A 24-year-old Barnegat man was driving with a blood alcohol level over the legal limit when he crashed his car in Stafford last month, killing a man in the passenger seat, authorities said.“

Not to blame the victim here, but if you go out riding with somebody that’s drunk, put your damn seatbelt on. That goes for people in the back,  too.

© 2019-2024 Pushbutton Technologies