Wordpress WordPress function that shows archives April 25, 2011 Pramod T P Leave a comment <?php $args = array( 'type' => 'monthly', 'format' => 'html', 'show_post_count' => false, 'echo' => 1 ); echo wp_get_archives( $args ); ?>