ADVERTISEMENT

'Nakaka-distract': NPC finds Zaldy Co's tell-all videos 'theatrical'

Published Nov 17, 2025 10:19 pm

At A Glance

  • The Nationalist People's Coalition (NPC) has called out former Ako Bicol Party-list Rep. Zaldy Co for putting out "theatrical" videos that could end up "distracting" Filipinos from the important issues of budget insertions and flood control projects.
Former Ako Bicol Party-list Rep. Zaldy Co (Facebook)
Former Ako Bicol Party-list Rep. Zaldy Co (Facebook)


The Nationalist People’s Coalition (NPC) has called out former Ako Bicol Party-list Rep. Zaldy Co for putting out "theatrical" videos that could end up "distracting" Filipinos from the important issues of budget insertions and flood control projects.
"The [NPC] expresses its concern over the recent video message released by former Congressman Zaldy Co. As it stands, the recording is unsworn, unnotarized, unauthenticated and produced abroad, and therefore carries no legal weight or value as formal testimony," the party said in a statement sent Monday, Nov. 17 to House of Representatives reporters.
"The emotional and theatrical tone of the video appears intended to shift public sentiment and recast Mr. Co as a victim rather than the official who oversaw House-side adjustments during the 2025 budget process," it said.
"Such framing risks distracting the public from the serious questions surrounding anomalous insertions and alleged ghost projects that are currently under review by oversight bodies," the NPC said of the style of Co's video exposés.
Co, a former chairman of the House Committee on Appropriations, claimed in his tell-all videos over the weekend President Marcos sought P100 billion worth of project insertions in the 2025 national budget, particularly during the Bicameral Conference Committee hearings.
From this massive insertion, the Chief Executive allegedly received P25 billion in kickbacks.
Amid these allegations, Co claimed that his life was in danger, and that he would be "rubbed out" the moment he returns to the Philippines. "Sana po ay hindi nila ako mapatay bago ko mailabas ang lahat (I hope they won't succeed in killing me before I get to expose everything)," the ex-lawmaker also said.
"For the public’s clarity, once the National Expenditure Program (NEP) is submitted, adjustments during the Bicameral Conference Committee originate solely from Congress. No external entity can introduce insertions at that stage," the NPC said.
"During the period in question, responsibility for House-side changes rested with Mr. Co. Suggestions that attempt to place accountability elsewhere are inconsistent with long-established budget procedures," it noted.
Hammering home its point, the NPC said: "The coalition urges caution in consuming dramatic online content that lacks verification. Emotional messaging should not be used to overshadow legitimate audits, inquiries or the work of institutions tasked with determining the facts."
"Let the facts, not dramatized narratives, guide the public’s understanding of this matter.
"If Mr. Co wishes to pursue his claims, he may execute a sworn affidavit, submit supporting documents, and appear before the appropriate authorities. These steps—not unsworn recordings—will allow for a clear and credible resolution of the issues at hand," the 33-year-old and highly respected political party said.
The NPC went on to commend President Marcos "for taking the lead in uncovering the irregularities in the budgetary process".
"He promptly brought these issues to light, directed the investigation of those involved, and ordered the creation of the ICI (Independent Commission for Infrastructure) together with broad institutional reforms within the DPWH (Department of Public Works and Highways).
"The [NPC] believes that the truth will be determined by evidence, by audits and by due process. The [NPC] remains committed to transparency, due process and an orderly determination of truth," it said.
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.