5, ‘post_type’ => ‘post’ );
$postslist = get_posts( $args );
foreach ($postslist as $post) : setup_postdata($post);
?>