ADVERTISEMENT

LIV Golf begins 2024 season with future at stake in merger talks

Published Feb 1, 2024 03:12 am

At A Glance

  • Reigning Masters champion Jon Rahm will be LIV Golf's newest star when the Saudi-backed upstart series launches a third season on Friday, Feb. 2, as questions abound regarding its future.

WASHINGTON (AFP) -- Reigning Masters champion Jon Rahm will be LIV Golf's newest star when the Saudi-backed upstart series launches a third season on Friday, Feb. 2, as questions abound regarding its future.

jon rahm.jpg
Spain's Jon Rahm (AFP/File photo)

LIV's 2024 campaign was in doubt since a framework merger agreement between the PGA Tour, DP World Tour and Saudi Arabian Public Investment Fund (PIF) -- LIV Golf's financial backers -- was unveiled last June to controversy.

Talks have extended beyond a December 31 deadline to reach a deal bringing all sides together in a partnership, so in the meantime, both LIV and the PGA Tour sorted out a 2024 schedule, LIV keeping its $25 million, 54-hole event format with shotgun starts and individual and team titles.

While LIV's future relies more on top-secret talks, the present is focused on a 14-event campaign.

Adding to the pressure to complete the agreement were more defections to LIV, notably by Spanish star Rahm, ranked third in the world, in December and England's Tyrrell Hatton in January.

Rahm said the weeks before he went to LIV were difficult sorting out negotiations and the decision, then it was tough keeping quiet about it.

"It was nice to have some time after that before my first competition round in LIV Golf to process and then refocus and get to work," Rahm said Wednesday.

"I feel confident. I feel good. It's one of the odd parts. At this point I would have maybe already played three, four events, so it's getting used to that. I'm very used to having to grind a little bit more during Christmas and early in the year to start competing."

The PGA Tour said Wednesday that PIF talks have progressed but no deal has been finalized, so LIV enters its season opener at Mayakoba in Mexico uncertain what lies beyond.

The PGA Tour announced a deal Wednesday with Strategic Sports Group, a set of sports team owners, investing up to $3 billion into a for-profit equity company.

To PGA Tour Policy Board member Jordan Spieth, that makes a LIV deal vital only to reunite golf's elite talent, not for more funding.

"I don't think that it's needed," Spieth said. "The positive there is a unification. It would be a situation we should try to have, but I'm not sure if or how or when it would get done."

 

'Put down weapons'

 

Such uncertainty regarding a future PGA-LIV deal has led to LIV staging events opposite PGA "signature" tournaments as both sides compete for fans while merger talks drag along.

"We're just going to continue down our own roads and how it all integrates and comes together is something to be seen," LIV's Bryson DeChambeau said.

"I hope at some point we'll come back together. It needs to happen. I hope people can just put down their weapons and come to the table and figure it out.

"As time goes on, I think things will settle down in a positive way for both."

With LIV players banned by the PGA Tour, major championships remain the only place where LIV and PGA stars compete against one another.

LIV Golf tournaments do not receive world golf ranking points, so fewer LIV players are reaching majors.

"At some point in time, the world ranking piece needs to be figured out," DeChambeau said. "We're some of the best players in the world that aren't getting points."

Poland's Adrian Meronk and Australian Lucas Herbert were named LIV's latest players on Wednesday.

Rahm was named captain of LIV Golf's new 13th team, Legion XIII, and joined by Hatton, Zimbabwe's Kieran Vincent and American Caleb Surratt.

Rahm, 2023 PGA Championship winner Brooks Koepka and 2022 British Open winner Cameron Smith of Australia are recent major winners with LIV.

American Talor Gooch won last year's LIV Golf season individual title while DeChambeau's Crushers squad will defend the season team crown.

Other LIV stops include next week in Las Vegas ahead of the NFL Super Bowl, Jeddah and Hong Kong in March, a Masters tuneup April 5-7 at Doral in Miami, Adelaide and Singapore in April plus Spain and England in July.

Related Tags

Jon Rahm LIV Golf
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.