' . get_the_date() . '' ); elseif ( is_month() ) : printf( __( 'Monthly Archives: %s', 'next-saturday' ), '' . get_the_date( 'F Y' ) . '' ); elseif ( is_year() ) : printf( __( 'Yearly Archives: %s', 'next-saturday' ), '' . get_the_date( 'Y' ) . '' ); elseif ( is_category() ) : printf( __( 'Category Archives: %s', 'next-saturday' ), '' . single_cat_title( '', false ) . '' ); elseif ( is_author() ) : printf( __( 'Author Archives: %s', 'next-saturday' ), '' . get_the_author() . '' ); elseif ( is_tag() ) : printf( __( 'Tag Archives: %s', 'next-saturday' ), '' . single_tag_title( '', false ) . '' ); else : _e( 'Archives', 'next-saturday' ); endif; ?>