More

    Recent Posts

      ‘post’, ‘posts_per_page’ => 5 // You can adjust the number of recent posts displayed ); $recent_posts = new WP_Query($args); while ($recent_posts->have_posts()) : $recent_posts->the_post(); ?>