'page', 'posts_per_page' => 1, 'p' => $message_id, ); $the_query = new WP_Query( $args ); // The Loop while ( $the_query->have_posts() ) : $the_query->the_post(); ?>