ADVERTISEMENT

US Open champion Clark hurts back as Masters debut looms

Published Mar 28, 2024 03:15 am

At A Glance

  • Reigning US Open champion Wyndham Clark suffered a back injury in a gym workout and is questionable for this week's PGA Houston Open with his planned Masters debut only two weeks away.

WASHINGTON (AFP) -- Reigning US Open champion Wyndham Clark suffered a back injury in a gym workout and is questionable for this week's PGA Houston Open with his planned Masters debut only two weeks away.

AFP__20240327__2117547501__v2__Preview__TexasChildrenSHoustonOpenPreviews.jpg
Wyndham Clark of the United States plays a shot on the eighth hole during a practice round prior to the Texas Children's Houston Open at Memorial Park Golf Course on March 27, 2024 in Houston, Texas. (AFP)

World number four Clark, who won last month at Pebble Beach and finished second to top-ranked Scottie Scheffler this month at Bay Hill and The Players Championship, hurt himself while hoisting weights in Scottsdale, Arizona.

"I just got caught in an awkward spot doing a lift and back went," Clark said on Wednesday, March 27. "It's not something that happens regularly, but it happened and you live and you learn.

"I'm trending in the right direction. I'm hitting it or feeling stronger and more mobile every day."

Clark was confident of teeing off in Thursday's opening round at Memorial Park Golf Course with the 30-year-old American's first Masters set for only two weeks later at famed Augusta National.

"I was in pretty bad shape yesterday, but fortunately I have a great team that has gotten me to be able to swing and hit," Clark said

"I was only really able to chip and putt, then I did a bunch of rehab and I was able to hit balls today. So just in a short time I've improved a ton and I think I'll be ready for tomorrow.

"I'm going to give it my best effort and hopefully I can play and compete. If not, I've got to get ready for tournaments to come after this."

Also preparing for the annual April showdown at Augusta National is Scheffler, who this week will try to become the first player since Dustin Johnson in 2017 to win three consecutive PGA Tour starts by winning his final Masters tuneup.

Scheffler, the 2022 Masters champion, hopes to avoid the same Masters fate that Johnson, suffered seven years ago after three wins in a row.

Johnson, now with LIV Golf, was a heavy 2017 Masters favorite but he fell down a staircase at a rental home and withdrew from the event.

In 15 seasons, only Tiger Woods, Rory McIlroy and Johnson have managed the hat trick, but Scheffler says such things rarely enter his mind.

"I don't really think much about that kind of stuff," Scheffler said. "I had a good rest week at home last week. I was pretty worn out after Bay Hill and Players so it was nice to get home and just relax.

"I didn't do nearly as much practice as I typically would have in the last week, so coming in shaking off a little bit of rust the last couple days. But game feels like it's in a good spot, so I feel rested and ready to go this week."

 

Clean-shaven Scheffler

 

Scheffler shocked some by shaving his beard during the time away.

"My beard got so long that it became work," Scheffler said. "Last week I got a haircut and I was thinking about trying to trim it and I didn't really know how, so I just shaved it."

The 27-year-old American is focusing on shotmaking and rounding his game into prime form before trying for his second green jacket in three seasons.

"It will be good prep seeing how my game is going into the Masters," he said.

"I want to approach this week with a good attitude, hit good shots. As far as what I want to see out of my game, I'm going into the tournament hoping to play well so that would be a good result, but at the end of the day I'm focused on attitude and executing shots and stuff like that."

Related Tags

Wyndham Clark
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.