'; echo '
'; echo '
'; echo '
'; echo '
'; echo '
'; $upstudy_tribe_events_video = get_post_meta( get_the_ID(), 'upstudy_tribe_events_video', true); if ( $upstudy_tribe_events_video ) : echo '
'; echo '
'; echo '
'; echo ''; echo ''; echo ''; echo '
'; echo '
'; echo '
'; // End intro-video-sidebar elseif( has_post_thumbnail() ) : echo '
'; echo tribe_event_featured_image( get_the_ID(), 'full', false); echo '
'; endif; if ( $tbe_content_before ) : do_action( 'tribe_events_single_event_before_the_content' ); endif; the_content(); if ( $tbe_content_after ) : do_action( 'tribe_events_single_event_after_the_content' ); endif; echo '
'; echo '
'; if ( $upstudy_single_tribe_event_sidebar ) : echo '
'; get_template_part( 'tribe/tpl-part/sidebar' ); echo '
'; endif; echo '
'; if ( $tribe_event_speaker_show ) : get_template_part( 'tribe/tpl-part/event', 'speaker' ); endif; if ( $tribe_event_organizer_show ) : get_template_part( 'tribe/tpl-part/event', 'organizer' ); endif; echo '
'; echo '
'; echo ''; get_footer();