'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); if ($recent_posts->have_posts()) : while ($recent_posts->have_posts()) : $recent_posts->the_post(); ?>