' . single_cat_title( '', false ) . '' ); } elseif ( is_tag() ) { printf( __( 'Tag Archives: %s', '_s' ), '' . single_tag_title( '', false ) . '' ); } elseif ( is_author() ) { the_post(); printf( __( 'Author Archives: %s', '_s' ), '' . get_the_author() . '' ); rewind_posts(); } elseif ( is_day() ) { printf( __( 'Daily Archives: %s', '_s' ), '' . get_the_date() . '' ); } elseif ( is_month() ) { printf( __( 'Monthly Archives: %s', '_s' ), '' . get_the_date( 'F Y' ) . '' ); } elseif ( is_year() ) { printf( __( 'Yearly Archives: %s', '_s' ), '' . get_the_date( 'Y' ) . '' ); } else { _e( 'Archives', '_s' ); } ?>