have_posts() ) {
$the_query->the_post();
if ( 3 == $post_count ) {
break;
}
if ( has_post_format( 'video' ) ) {
if ( has_post_thumbnail() ) { ?>
post_content );
$embeds = get_media_embedded_in_content( $content );
if ( ! empty( $embeds ) ) {
echo themotion_escape_lightbox( $embeds[0] );
} ?>
post_content );
$embeds = get_media_embedded_in_content( $content );
if ( ! empty( $embeds ) ) { ?>