$post ) :
setup_postdata( $post );
get_template_part( 'template-parts/content', 'home' );
endforeach;
wp_reset_postdata();
?>
3,
'no_found_rows' => true,
'ignore_sticky_posts' => true ); ?>
have_posts() ) : ?>
have_posts() ) : $latest->the_post() ?>
530 ) );
if ( ! $video_frame ) {
echo wp_video_shortcode( array(
'src' => esc_url( $home_page_video ),
'width' => 530,
) );
} else {
echo $video_frame;
}
?>