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

Peanut butter lollipop

This article is about food, but this site is not a food blog, where you might expect to find a photograph of my lunch every day. In fact, I don’t think this is a blog at all, it’s more like a magazine, an online magazine, yeah, that’s the ticket. An online magazine.


A peanut butter lollipop makes an easy, healthful midday snack. It’s tasty and filling, and requires minimal cleanup.

Simply take a jar of your favorite peanut butter and with a clean tablespoon scoop out an extra-large glob. Holding the spoon like a lollipop, lick it until every trace of peanut butter is gone. Enjoy.

© 2019-2024 Pushbutton Technologies