‘post’,
‘posts_per_page’ => 10
);
$st_query = new WP_Query( $args );
?>
have_posts() ): ?>
have_posts() ) : $st_query->the_post(); ?>