ADVERTISEMENT

Marcoleta defends Guteza, claims threats forced recanted statement

Published Aug 28, 2026 02:10 pm

At A Glance

  • Detained Senator Rodante Marcoleta said his respect for Master Sergeant Orly Guteza remains despite the soldier's Aug. 19 statement contradicting his earlier testimony.
  • The detained senator said Guteza's change in account was understandable and expected given the alleged ordeal he and his family were subjected to.
  • Marcoleta maintained that the circumstances surrounding Guteza's latest statement should be considered without questioning the soldier's honor, sense of duty and valor.
Detained Senator Rodante Marcoleta said his respect for Master Sergeant Orly Guteza remains intact despite the soldier’s release of a statement on Aug. 19 that contradicted his earlier testimony before the Senate Blue Ribbon Committee.
Senator Rodante Marcoleta and Orly Guteza (MB file photos)
Senator Rodante Marcoleta and Orly Guteza (MB file photos)
Marcoleta said Guteza’s latest statement was not surprising to him, saying it was understandable given the ordeal the soldier allegedly went through.
“My respect for MSgt Guteza has not been diminished by the release of his completely different statement on August 19, 2026,” Marcoleta said.
“It was unsurprisingly expected as it was obviously understandable given the ordeal he was subjected to,” he added.
Guteza previously testified before the Blue Ribbon Committee on Sept. 25, 2025, where he provided allegations concerning the supposed involvement of then-Speaker Martin Romualdez, former Rep. Zaldy Co and others in the alleged misuse of billions of pesos intended for flood control projects.
In his latest statement, Marcoleta maintained that the change in Guteza’s account should not diminish his view of the soldier’s character.
He said the circumstances surrounding Guteza’s later statement should instead be taken into consideration, particularly allegations that the soldier and his family were subjected to threats.
Marcoleta also pointed to a previously circulated video of a phone call between Guteza and his wife, which he said showed that the soldier had been effectively isolated after his Senate testimony and later made to sign and read a different statement.
According to Marcoleta, Guteza repeatedly told his wife that the new statement was not his, but that he had signed it to protect his family from possible danger.
The senator said he was raising these circumstances without attacking Guteza’s “honor, sense of duty and valor.”
Instead, Marcoleta maintained that Guteza’s latest statement should be viewed in light of the alleged pressure placed on him and his family.

He argued that Guteza’s original testimony before the BRC was a detailed account of his purported personal knowledge, while the later statement merely contained a general denial.

Citing the Supreme Court case People v. Manlapaz (G.R. No. 254747, July 13, 2022), Marcoleta argued that the latter statement carries little evidentiary value when weighed against the witness’ earlier detailed account.

Allegation vs him, Defensor
Marcoleta also questioned the plausibility of the allegations against him and former lawmaker Mike Defensor.
He said it was unlikely for him to have conspired with Guteza, whom he described as a complete stranger at the time.
He likewise rejected as implausible the claim that he and Defensor could have fabricated a detailed account involving the transport of money in luggage within an hour at a restaurant.
Marcoleta said it would have been physically improbable for him, upon arriving at the restaurant and being introduced to Guteza, to assess his character, establish trust, learn the details of his account, rewrite it, give him instructions on subsequent steps, and return to the Senate within minutes.
Instead, Marcoleta maintained that it was more believable that threats against Guteza’s wife and children had compelled the soldier to sign what he called an “outrageous statement.”
Despite the latest development, Marcoleta said he would not be deterred from pursuing accountability over the alleged misuse of public funds.
“Rather than feel dismay and defeat by the situation of Guteza, and the millions of our countrymen who suffer repression for seeking accountability and justice, we must strengthen our resolve,” he said.

Related Tags

Rodante Marcoleta ORLY GUTEZA Senate Blue Ribbon Committee flood control
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; } }

{{ static_articles_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.