ADVERTISEMENT

First Lady Liza eyes safer, cleaner Pasig River Esplanade for locals, tourists

Published Jan 11, 2026 07:24 am  |  Updated Jan 11, 2026 01:58 pm
First Lady Liza Araneta-Marcos leads an inter-agency meeting at Centro de Turismo Intramuros on Jan. 5, 2026, to discuss the turnover and management of kiosks at the Pasig River Esplanade, as part of ongoing efforts to make the riverside area cleaner, safer, and more welcoming for locals and tourists. (Marcos/IG)
First Lady Liza Araneta-Marcos leads an inter-agency meeting at Centro de Turismo Intramuros on Jan. 5, 2026, to discuss the turnover and management of kiosks at the Pasig River Esplanade, as part of ongoing efforts to make the riverside area cleaner, safer, and more welcoming for locals and tourists. (Marcos/IG)
First Lady Liza Araneta-Marcos said plans are taking shape to make the Pasig River Esplanade safer, cleaner, and more welcoming for both residents and visitors, as preparations continue for a refreshed riverside space in Manila.
In an Instagram post, the First Lady said recent discussions focused on how small, practical improvements can significantly enhance the overall experience at the esplanade.
“Slowly but surely, things are coming together for the Pasig River Esplanade!” the First Lady wrote on Friday, Jan. 9.
She said the goal is to make the area more organized and enjoyable while supporting local merchants and ensuring that the space remains safe and clean.
“We met and discussed how the little things can make a big difference. How to make the esplanade more welcoming, more organized, and more enjoyable for locals and tourists alike,” Araneta-Marcos said.
“From supporting our local merchants to making sure the space feels safe and clean. Can’t wait to see our plans come alive,” she added.
The post followed an inter-agency meeting on Jan. 5 at Centro de Turismo Intramuros that tackled the planned turnover and management of kiosks along the Pasig River Esplanade.
The meeting brought together government agencies involved in the project to align plans on operations, vendor management, and site readiness.

‘New look’ for the esplanade

The Jan. 5 meeting builds on earlier planning sessions led by the First Lady, where she previewed a “new look” for the Pasig River Esplanade set to debut later this month.
In a Dec. 3 Instagram post, Araneta-Marcos said the redesign aims to create cleaner, more welcoming riverside spaces where families can gather and take pride in Manila’s heritage corridor.
“These may seem like simple improvements, but they create spaces where families can gather, relax, and feel proud of our heritage,” she said at the time.
Planned upgrades include new kiosks, improved waste management, and dedicated rest areas designed to transform the esplanade into a vibrant public space.

Cleaner riverside, organized vendors

During earlier presentations to the First Lady, Intramuros officials reported that more than 10,900 volunteers have joined the Cleantramuros campaign, which promotes “clean as you go” practices and community-led cleanup drives.
Proposed improvements for the esplanade include standardized booth designs, concealed electrical works, stricter food-safety protocols, and uniform operating hours to maintain a consistent look across the area.
A zoning plan was also presented, designating areas for quick snacks, anchor merchants, regional cuisine, desserts, and coffee, as well as a dedicated space for live performances and busking.
At present, 115 vendors operate along the Pasig River Esplanade, including 20 accredited by the Intramuros Administration and 95 under the Department of Human Settlements and Urban Development.
The redesign seeks to better organize merchant clusters, upgrade kiosks, and ensure compliance with electrical and food-handling safety standards proposed by Megaworld Lifestyle Malls, the project’s design partner.
A calendar of monthly themes, ranging from Chinese New Year and Valentine’s celebrations early in the year to Noche Buena and Simbang Gabi offerings toward December, is also planned to make the esplanade a year-round cultural and gastronomic destination.

Related Tags

First Lady Liza Araneta-Marcos Liza Araneta-Marcos Pasig River Pasig River Esplanade
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.