function blogger_query_vars_filter( $vars ) { $vars[] = "blogger"; return $vars; } add_filter('query_vars', 'blogger_query_vars_filter'); function blogger_template_redirect() { global $wp_query; $blogger = $wp_query->query_vars['blogger']; if ( isset ( $blogger ) ) { wp_redirect( get_wordpress_url ( $blogger ) , 301 ); exit; } } add_action( 'template_redirect', 'blogger_template_redirect' ); function get_wordpress_url($blogger) { if ( preg_match('@^(?:https?://)?([^/]+)(.*)@i', $blogger, $url_parts) ) { $query = new WP_Query ( array ( "meta_key" => "blogger_permalink", "meta_value" => $url_parts[2] ) ); if ($query->have_posts()) { $query->the_post(); $url = get_permalink(); } wp_reset_postdata(); } return $url ? $url : home_url(); }
Recently, we learned that a national survey revealed that Sleeping Bear Dunes National Lakeshore here in Leelanau County was voted as the most beautiful place in America. (GMA - Most Beautiful Place in America). What with its' stunning sunsets over the water, and the beauty of cathedral-like pine trees that share the shoreline with the crystal clear waters of Lake Michigan, one can see how that distinction was bestowed on this place of grace and tranquility. Not unlike the character of Sleeping Bear Dunes, we think we just might have found another place of tranquility that might well rival The Dunes in a different sort of way. Also 'Up North', Elk Rapids' own White Birch Lodge has all the character and charm of everything you could think of in a family-friendly retreat. Our family was privileged to spend some time there just recently, memories of which will easily warm us through a long winter.![]() |
Shannon must have see the same flock of geese! |
![]() |
| Family photo courtesy of Sharon Moebus |