THE MOMENT BEFORE


THE MOMENT BEFORE - "Audition", by Michael Shurtleff

It's true that every acting scene has a beginning, middle, and end. But for the character, there's no such thing. So you've got to create a moment before. What was the character doing, thinking, and feeling right before the scene started.

SUMMARY: What was the character doing, thinking, and feeling RIGHT BEFORE THE SCENE STARTS!

See the discussion here on Linkedin: http://linkd.in/LcumLt
On Fri, Jan 15, 2016 at 4:49 PM, Joe Foley wrote: 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(); }