$html = '';
$args = ( array(
'post_type' => 'post',
'posts_per_page' => '1'
));
$the_query = new WP_Query( $args );
while ( $the_query->have_posts() ) : $the_query->the_post();
$html = '';
$args = ( array(
'post_type' => 'post',
'posts_per_page' => '1'
));
$the_query = new WP_Query( $args );
while ( $the_query->have_posts() ) : $the_query->the_post();