ADVERTISEMENT

Eagle brace lifts Wise into PGA Honda Classic lead

Published Mar 20, 2021 09:57 am
Aaron Wise of the United States plays his shot from the third tee during the second round of The Honda Classic at PGA National Champion course on March 19, 2021 in Palm Beach Gardens, Florida. (Photo by Jared C. Tilton / GETTY IMAGES NORTH AMERICA / Getty Images via AFP)

American Aaron Wise fired his second straight six-under par 64 on Friday to seize a three-stroke lead after the second round of the US PGA Tour Honda Classic.

The 24-year-old South African-born US golfer made two eagles, five birdies and three bogeys to stand on 12-under 128 after 36 holes at PGA National in Palm Beach Gardens, Florida.

"Playing great," Wise said. "Off the tee, I've hit it pretty solid and my iron play has been dialed in. I've made so many bonus putts from outside 10 feet I can't complain."

The 64s allowed Wise to match his career-low 36-hole start, set on his way to his only US PGA win at the 2018 Byron Nelson, and match the low 36-hole start in tournament history, set by Dan Pohl in 1989.

"They were different rounds but equally impressive in my eyes," Wise said. "Today I had a couple sparks in there. Yesterday was consistently good golf."

Australia's Matt Jones, who opened by matching the course record on 61, settled for a 70 Friday to share second on 131 with American Brandon Hagy, who shot a bogey-free 62 before about 10,000 spectators allowed under state Covid-19 rules.

"It wasn't like I hit it that much worse. I just didn't make the putts," Jones said. "Overall, I'm satisfied with it. I think it could have been a little better. I'm comfortable with where I am. Another 36 holes out here, it should be fun."

Wise, a runner-up last December at Mayakoba, has a confidence boost for the weekend.

"There's a lot of golf ahead," Wise said. "The most important thing I can take from the first two rounds is a bunch of confidence and let whatever is going to happen happen."

Wise began on the back nine and sank a 24-foot birdie putt on his opening hole. He saved par from just outside six feet at 12 and birdied 13 from just inside the same distance, then answered a bogey at 16 with a 14-foot birdie putt at the par-3 17th.

World number 152 Wise dropped his 7-iron second shot just outside three feet from the cup and eagled the par-5 18th, then answered a bogey at the second by holing a 46-foot eagle putt at the par-5 third.

"This one was just a bonus," Wise said. "It was a good one."

He closed out the round with a 14-foot birdie putt at the ninth.

"It has all kind of clicked into place," Wise said. "I had two amazing days where I didn't do anything bad."

Hagy on house money

World number 348 Hagy, who made the field as an alternate without playing a practice round, holed 20-foot birdie putts at 13 and 17 and a 47-foot eagle putt at 18, his ninth hole of the day, then added back-to-back birdies at three and four and again to close the round.

"Very pleased with the round," Hagy said. "I feel like I'm playing a little bit on house money. I just tried to have a good feeling on every shot. I'm thankful for the opportunity."

England's Lee Westwood, runner-up in PGA Tour events the past two weeks, fired a 78 and missed the cut on 148.

Irishman Shane Lowry, the 2019 British Open champion, shot 66 to stand in a fifth-place pack on 133.

Colombia's Camilo Villegas, the 2010 winner, shot 65 to stand six adrift. The South American needs a three-way share of third or better to keep a major medical exemption for the remainder of the season after a shoulder injury while a top-30 effort gives him a limited number of starts.

American Wesley Bryan peeled off his trousers and shoes to play out of a water hazard, but went on to shoot 78 and missed the cut on 152.

Related Tags

PGA Tour PGA Honda Classic Aaron Wise
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.