Recent Posts
'post',
'posts_per_page' => 3, // Adjust the number of recent posts to display
'post_status' => 'publish',
'ignore_sticky_posts' => true
);
$recent_posts = new WP_Query($args);
while ($recent_posts->have_posts()) : $recent_posts->the_post();
?>
-