' . get_the_date() . '' ); elseif ( is_month() ) : printf( __( 'Monthly Archive: %s', 'restimpo' ), '' . get_the_date( _x( 'F Y', 'monthly archives date format', 'restimpo' ) ) . '' ); elseif ( is_year() ) : printf( __( 'Yearly Archive: %s', 'restimpo' ), '' . get_the_date( _x( 'Y', 'yearly archives date format', 'restimpo' ) ) . '' ); else : _e( 'Archive', 'restimpo' ); endif; ?>