Daily Archives', 'blacklite' ); printf( __( '

%s

', 'blacklite' ), get_the_date() ); elseif ( is_month() ) : echo _e( 'Monthly Archives', 'blacklite' ); printf( __( '

%s

', 'blacklite' ), get_the_date( _x( 'F Y', 'monthly archives date format', 'blacklite' ) ) ); elseif ( is_year() ) : echo _e( 'Yearly Archives', 'blacklite' ); printf( __( '

%s

', 'blacklite' ), get_the_date( _x( 'Y', 'yearly archives date format', 'blacklite' ) ) ); else : _e( '

Archives

', 'blacklite' ); endif; ?>