' . get_the_date() . '' ); elseif ( is_month() ) : printf( __( 'Monthly Archives: %s', 'wp-setmore' ), '' . get_the_date( 'F Y' ) . '' ); elseif ( is_year() ) : printf( __( 'Yearly Archives: %s', 'wp-setmore' ), '' . get_the_date( 'Y' ) . '' ); else : _e( 'Archives', 'wp-setmore' ); endif; ?>