wall

‘post’,
‘posts_per_page’ => 10 //change the number to display more or fewer posts
);

$posts_query = new WP_Query( $args );

if ( $posts_query->have_posts() ) :
while ( $posts_query->have_posts() ) : $posts_query->the_post();
?>