' . get_the_date() . '' ); elseif ( is_month() ) : printf( __( 'Monthly Archives: %s', 'reddish' ), '' . get_the_date( _x( 'F Y', 'monthly archives date format', 'reddish' ) ) . '' ); elseif ( is_year() ) : printf( __( 'Yearly Archives: %s', 'reddish' ), '' . get_the_date( _x( 'Y', 'yearly archives date format', 'reddish' ) ) . '' ); elseif ( is_tag() ) : printf( __( 'Tag Archives: %s', 'reddish' ), '' .single_cat_title( '', false ) . '' ); elseif ( is_category() ) : printf( __( 'Category Archives: %s', 'reddish' ), '' . single_cat_title( '', false ) . '' ); elseif ( is_author() ) : printf( __( 'Author’s Archive: %s', 'reddish' ), '' . esc_attr( get_the_author() ) . '' ); else : _e( 'Archives', 'reddish' ); endif; ?>