' . date_i18n( get_option( 'date_format' ), strtotime( $post->post_date ) ) . '' ); elseif ( is_month() ) : printf( __( 'Monthly Archives:', 'cafe' ) . ' ' . '%s', '' . get_the_date( 'F Y' ) . '' ); elseif ( is_year() ) : printf( __( 'Yearly Archives:', 'cafe' ) . ' ' . '%s', '' . get_the_date( 'Y' ) . '' ); else : _e( 'Archives', 'cafe' ); endif; ?>