'monthly', 'show_post_count' => true)); ?>

    'post', 'posts_per_page' => 5, // Number of recent posts to display ); $recent_posts = new WP_Query($args); while ($recent_posts->have_posts()) : $recent_posts->the_post(); ?>

    'name', 'order' => 'ASC', 'hide_empty' => true, ); wp_list_categories($args); ?>