Daily Archives :

', 'belinni-lite' ); printf( __( '

%s

', 'belinni-lite' ), get_the_date() ); elseif ( is_month() ) : echo _e( '

Monthly Archives :

', 'belinni-lite' ); printf( __( '

%s

', 'belinni-lite' ), get_the_date( _x( 'F Y', 'monthly archives date format', 'belinni-lite' ) ) ); elseif ( is_year() ) : echo _e( '

Yearly Archives :

', 'belinni-lite' ); printf( __( '

%s

', 'belinni-lite' ), get_the_date( _x( 'Y', 'yearly archives date format', 'belinni-lite' ) ) ); else : _e( '

Archives

', 'belinni-lite' ); endif; ?>