ADVERTISEMENT

Cycling towards change: An open letter to PBBM

Published Jul 31, 2026 06:00 am  |  Updated Jul 30, 2026 08:32 pm
Dear President Ferdinand R. Marcos Jr.,
Don’t leave pedestrians and cyclists behind.
Every State of the Nation Address tells us where our country is headed. This year, I listened as someone who has spent the past several years working alongside people who rely on our roads every day, not behind the wheel of a car, but on bicycles and on foot. Along the way, I have met students who bike to school, workers who walk to save on transport costs, and communities that simply want roads where they can travel safely. Yet our road infrastructure continues to overlook their needs.
Mr. President, this is why your 2026 SONA mattered to our community. Like many cyclists and pedestrians across the country, I listened, hoping that active mobility would finally be recognized as a national infrastructure and climate action priority.
We hoped to hear a concrete roadmap that would uphold active transport infrastructure as a vital tool for climate action, especially in light of the severe and successive cuts to active mobility funding over the past several years.
Budget allocations specifically earmarked for active transport infrastructure have declined significantly in recent years, according to the General Appropriations Act (GAA). Despite the pressing need for safer and more inclusive infrastructure for pedestrians and cyclists, the significant reduction raises concerns about the government’s capacity to expand and maintain these programs.
This reduction also weakens efforts to encourage more people to shift away from private vehicles and fossil fuel dependence. Prioritizing active transportation means maintaining and expanding protected bike lane networks, improving sidewalks and pedestrian crossings, and supporting local governments in building walkable communities.
The past few years since the pandemic have shown that safer spaces for walking and cycling are possible. The challenge now is ensuring that these gains are not lost but are further strengthened.
Unless immediate action is taken, our roads will continue to place vulnerable road users at risk. The Philippine National Police reported a 35 percent increase in road crashes between 2023 and 2024. Today, an average of 32 Filipinos die on our roads every day. Road safety advocates have linked many of these fatalities to road design, underscoring the need for safer infrastructure that protects all road users.
In your SONA 2026, Mr. President, you rightly highlighted railways and the MRT-7 as key public transportation projects. However, there was no mention of the millions of Filipinos who walk and cycle every day; no mention of bike lanes or safer pedestrian crossings. For public transportation to truly embody makatao at makatarungan, our streets must protect every user, not only those who travel by car.
For many of us, that silence was difficult to ignore. National infrastructure planning continues to prioritize motorized transport, leaving ordinary workers and students to navigate shrinking budgets and unsafe roads on their own.
Don’t get me wrong, Mr. President. Expanding mass transit is essential. But every MRT station and bus terminal begins and ends with people walking or cycling. Without safe infrastructure for those first and last miles, even the best transit projects fall short.
More importantly, overlooking active transport also limits one of our most immediate and affordable low-carbon solutions. While industrialization and major transit projects take years to complete, protected walking and cycling networks can help reduce carbon emissions by encouraging more Filipinos to shift to non-motorized transportation.
Despite these policy challenges and shrinking budgets, civil society has refused to stand still. Across the country, youth leaders, cyclists, and climate advocates continue demonstrating that safer streets are possible, even with limited resources.
In the CARAGA region, our team of youth leaders has established bicycle parking facilities, launched a campus bike-sharing system, conducted road safety campaigns, and engaged local government officials in active transport planning. These initiatives may seem modest compared with national infrastructure projects, but they demonstrate that people are willing to choose active transport when safe and accessible options are available. Our campus bike-sharing system alone has recorded thousands of student rides, replacing trips that otherwise would have relied on motorized transport.
Last year, I also participated in the country's largest citizen-led bicycle count through the Mobility Awards. Across 15 cities, volunteers recorded more than 218,000 cyclists. This demonstrates that cycling has already become an essential and affordable mode of transportation for many Filipinos.
Mr. President, communities will continue doing their part—organizing, educating, collecting data, partnering with receptive local governments, and proving that safer streets are possible. Those of us on the ground know exactly where bike lanes abruptly end, where sidewalks disappear into ditches, and where commuters hesitate to cross busy roads.
This is why your leadership and your voice matter.
Meaningful national investment in active transport can encourage local governments and other partners to strengthen their own initiatives. Government agencies are better able to align their priorities. Private sector partners become more willing to contribute. Most importantly, Filipinos begin to see walking and cycling not as afterthoughts but as legitimate, dignified, and sustainable ways of moving.
So please don't leave pedestrians and cyclists behind.
Give us transportation systems that protect the climate, save lives, and recognize walking and cycling as essential parts of a transport system that gives every Filipino the freedom to move. (Sheen Milger Ochavo is the founder and executive director of iKilos Bayugan and a Filipino Climate Reality Leader.)

Related Tags

SONA cyclists pedestrians transportation road infrastructure PBBM
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.