' . $content . ''; } // // // function shortcode_photo_frame( $args, $content = null ) { return '
' . $content . '
'; } // // // add_filter( 'widget_text', 'do_shortcode' ); add_filter( 'widget_text', 'shortcode_unautop' ); add_filter( 'the_excerpt', 'shortcode_unautop' ); add_filter( 'the_excerpt', 'do_shortcode' ); add_filter( 'the_content', 'do_shortcode' ); add_shortcode( 'col_1_2', 'shortcode_col_1_2' ); add_shortcode( 'photo_frame', 'shortcode_photo_frame' ); ?>