'post', 'posts_per_page' => 5, ); $recent_posts = new WP_Query($args); while ($recent_posts->have_posts()) : $recent_posts->the_post(); ?>

    '', ); wp_list_categories($args); ?>