WP_Query Premier post

// The Query
$the_query = new WP_Query( $args );
$the_query->post OR $the_query->the_post()
Lokesh003