ADVERTISEMENT

Que eyes rare treble as PGT returns to Forest Hills

Published May 31, 2025 10:48 am

At A Glance

  • Angelo Que has long been a force to reckon with on the local golfing scene, and while his recent international forays have fallen short of expectations, the seasoned shotmaker returns to familiar territory next week with renewed focus and motivation.
Angelo Que has long been a force to reckon with on the local golfing scene, and while his recent international forays have fallen short of expectations, the seasoned shotmaker returns to familiar territory next week with renewed focus and motivation.
After back-to-back triumphs at Pradera Verde and Eagle Ridge, Que is now gunning for a rare three-peat on the Philippine Golf Tour – a feat yet to be achieved in a single season of the prestigious circuit organized by Pilipinas Golf Tournaments, Inc. But the path to history is anything but easy.
Despite his early-season dominance, Que's overseas campaign has been underwhelming. The three-time Asian Tour winner missed the cut at the International Series Macau and failed to advance in two Asian Development Tour events in Thailand and Taiwan. However, being back on home soil offers the comfort and confidence he needs to recalibrate and chase another milestone.
Still, the ICTSI Forest Hills Classic, set from June 3-6 at the Jack Nicklaus-designed Forest Hills Golf and Country Club in Antipolo, promises to test even the most seasoned campaigners. Known for its tight fairways, cleverly positioned hazards, swirling winds and undulating greens, the course demands precision, strategy and nerve. One errant swing or a misjudged putt could mean the difference between a title run and a missed cut.
With a prize pot of P2.5 million up for grabs, the competition is expected to be fierce. A mix of proven veterans, rising stars and international contenders are all set to challenge Que’s bid for a historic treble.
Leading the charge are tour stalwarts Tony Lascuña, Jhonnel Ababa, Clyde Mondilla, Reymon Jaraula and Guido van der Valk – all capable of seizing the moment and ending Que’s win streak.
Also joining the fray is Keanu Jahns, who returns to the site of his emotional breakthrough win last year. Jahns edged Rupert Zaragosa by two strokes, drawing inspiration from his wife Daniella, who was then pregnant and unable to be on his bag. With a new child and renewed purpose, the Fil-German is determined to defend his crown.
Adding to the drama is a wave of young guns ready to make their mark, including recent ADT titlist Aidric Chan, along with Carl Corpus, Ryan Monsalve, Dan Cruz, Josh Jorge, John Michael Uy, Leandro Bagtas and Paolo Wong. These emerging talents are eager to upstage the veterans and announce their arrival on the big stage.
Foreign challengers are also keen on spoiling the locals’ party, with a strong contingent led by Hyun Ho Rho, Tae Soo Kim, Atsushi Ueda, Tae Won Kim, Toru Nakajima, Junichiro Katayama, Taewon Ha, Jisung Cheon and Chonkoo Kang – all bringing international experience and firepower to the mix.
Rounding out the stellar field is Justin Quiban, a regular fixture on the Asian Tour and ADT. Quiban is back on the PGT with his sights set on another title, having won the PGT Asia leg at Luisita and a local crown in Bacolod. His last victory came in 2023 at South Pacific, where he outlasted Marvin Dumandan in a thrilling sudden-death finish.
With so much on the line, the ICTSI Forest Hills Classic is shaping up to be one of the season’s most anticipated and competitive events with Que not only determined to rise to the occasion but also etch his name in history.
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.