ADVERTISEMENT

From Metro Manila to the nation: A double mandate for progress

Published Sep 5, 2025 12:05 am  |  Updated Sep 4, 2025 05:56 pm
METRO MATTERS
Some call August a “ghost month.” For me, it marked a clear affirmation of trust. I was honored to receive a strong mandate — not once, but twice. First, from my fellow mayors of Metro Manila and second, from my fellow city mayors across the Philippines.
In quick succession, I was re-elected as President of the Metro Manila Council composed of the 17 local government units in Metro Manila and the MMDA. I was then elected as National President of the League of Cities of the Philippines composed of the 149 city mayors of the country. For both positions, I will be serving from 2025 to 2028. These are responsibilities I accept with clarity, urgency, and resolve.
To my fellow Metro Manila mayors, thank you for your renewed confidence. We stood together through the hardest days of the pandemic. That unity must now drive our next chapter of progress. Our mission is clear: vastly improve flooding mitigation, enhance solid waste management, strengthen disaster resilience, modernize traffic systems, expand inclusive services, and uphold transparency and accountability in every decision we make.
Today, Metro Manila’s challenges are urgent and complex. In my new mandate, MMC will make more use of innovative technologies and data-driven coordination among cities, align protocols to speed up services, and protect what matters most: our people and the progress of our region.
To my fellow city mayors across the nation, thank you for the trust and confidence. To our immediate past president Mayor Joy Belmonte and the outgoing National Executive Board, your leadership laid a solid foundation that we can build on. To the newly elected NEB, the work begins now. To President Ferdinand R. Marcos Jr. and DILG Secretary Jonvic Remulla, your full support empowers local government units to be the best we can possibly be.
As national president, I will lead the League as what it truly is — a family of 149 cities, united by common goals and collective action.
Our agenda will be grounded, focused, and built to deliver.
We will bring the LCP closer to every region. Through the LCP Caravan, we will exchange real solutions, share best practices, and amplify what works — especially programs that reach barangays and households.
We will be a reliable bridge to national agencies. I will bring our shared priorities to the DILG, the Cabinet, and the President — ensuring local voices are heard by those who make decisions.
Our mandate for 2025–2028 is nation-building through the sharing of best practices, the fostering of civic engagement, the cultivation of economic growth and sustainability, the strengthening of government institutions and the promotion of national unity.
As I begin this mandate, my vision is clear. I want the Metro Manila Council and the League of Cities of the Philippines to function as one united family of city leaders. A family where no city is left behind, and every mayor finds strength, knowledge, and purpose through collaboration. We will anchor our work on honesty and integrity. These values will not be optional — they will define who we are and how we lead.
For the double mandate you have entrusted me with, I commit to delivering not just double the effort, but results that reflect the full weight of your trust.
We are one Council and one League, united by a shared duty to millions of Filipinos. Let us honor the trust placed in us with action that delivers, leadership that inspires, and outcomes our people can truly feel.
Mabuhay ang League of Cities of the Philippines. Mabuhay ang Metro Manila. Mabuhay ang sambayanang Pilipino.
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.