'."\n" ; $posts = get_option("archives"); $count_posts = wp_count_posts( 'post' ); $count_pages = wp_count_posts( 'page' ); $count_comments = wp_count_comments(); $count_cats = wp_count_terms( 'category', array( 'hide_empty' => true ) ); $count_tags = wp_count_terms( 'post_tag', array( 'hide_empty' => true ) ); printf( __('This is archives page of %1$s. Currently the archives consist of %2$s, %3$s and %4$s, with a total of %5$s and %6$s.', 'archives'), get_bloginfo('name'), sprintf( _n( '%d post', '%d posts', $count_posts->publish, 'archives' ), number_format_i18n( $count_posts->publish ) ), sprintf( _n( '%d page', '%d pages', $count_pages->publish, 'archives' ), number_format_i18n( $count_posts->publish ) ), sprintf( _n( '%d comment', '%d comments', $count_comments->approved, 'archives' ), number_format_i18n( $count_comments->approved ) ), sprintf( _n( '%d category', '%d categories', $count_cats, 'archives' ), number_format_i18n( $count_cats ) ), sprintf( _n( '%d tag', '%d tags', $count_tags, 'archives' ), number_format_i18n( $count_tags ) ) ); $tag_cloud = get_terms( 'post_tag' ); if ( $tag_cloud ) :?>

  • - - comment_count ?>