ADVERTISEMENT

McIlroy leads stellar field as golf's elite reunite at British Open

Published Jul 21, 2023 12:34 am
HOYLAKE (AFP) -- The in-form Rory McIlroy and the world number one Scottie Scheffler lead the contenders at the 151st British Open as the world's best golfers are reunited at Hoylake on Thursday, July 20. *Rory McIlroy. (AFP)*

England's Matthew Jordan hit the first tee shot at 6:35am local time (0535 GMT) and the world number 329 took an early lead, on the course where he is a member, as he played the front nine at two under par. McIlroy will be the center of attention later as he returns to the Royal Liverpool course where he lifted the Claret Jug for the only time in 2014. The Northern Irishman backed up that victory by winning the PGA Championship the following month, but has been stuck on four major titles ever since. McIlroy came agonizingly close both at last year's Open Championship at St Andrews and last month when he missed out at the US Open by one shot to Wyndham Clark. However, doubts over the 34-year-old's ability to handle the pressure coming down the stretch on Sunday were dispelled last weekend as a birdie-birdie finish in blustery conditions brought McIlroy the Scottish Open for the first time. "I could not ask for better preparation," said McIlroy. "The way I played the last two holes (in Scotland) was an amazing finish and a perfect way to come into this week. "I've had a great nine years and won a lot of tournaments but the big four have eluded me. Hopefully this week that's something I can change." McIlroy is among the late starters on Thursday as he tees off alongside Masters champion Jon Rahm and former world number one Justin Rose around 1400 GMT.
Scheffler not satisfied

Scheffler has also had a stellar year on the PGA Tour, but is yet to add to his sole major win at the 2022 Masters. The American has not finished lower that 12th in 16 tournaments this year and was in the top three at both the PGA Championship and US Open. "It's really fun winning. It's not as fun finishing third," said Scheffler. "Golf is one of those games where I don't think you ever really achieve that satisfaction. I think you're always asking for more." Scheffler tees off at 0847 GMT in another of the feature groups alongside local favourite Tommy Fleetwood and former Masters champion Adam Scott.
Ryder Cup places at stake

The final major of the year comes just weeks after a shock announcement that the PGA and DP World Tours plan to merge with the breakaway Saudi-backed LIV Golf series. A "framework agreement" between the parties has left the players on both sides of the divide short on detail on what the future of the sport will look like. "I don't even think the guys that are trying to sort it out really know what the outcome is going to be like," said defending champion Cameron Smith, who defected to LIV shortly after winning his first major 12 months ago. Without a concrete agreement, all the world's best would not be reunited in battle again until the Masters next April. The form of Smith and Brooks Koepka has so far dismissed suggestions that the stars who took huge signing bonuses to join LIV would see their competitive senses dulled. Koepka claimed his fifth major at the PGA Championship, just a month after finishing second at the Masters. Those results have propelled Koepka into contention for a place at September's Ryder Cup despite only being eligible to pick up points at the majors. Another strong showing will make him hard to ignore and he is not the only one hoping to catch US captain Zack Johnson's eye. "I would love a big week. Obviously the goal is to win. That's what it is every week," said 2021 Open champion Collin Morikawa. "Ryder Cup is obviously a huge goal of mine and has been for the past two years, especially turning into the beginning of this year, and it still is."

Related Tags

PGA Championship British Open Rory McIlroy
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.