ADVERTISEMENT

From Quiapo to Tondo

Published Jan 14, 2026 12:05 am  |  Updated Jan 13, 2026 05:45 pm
OF TREES AND FOREST
Those who dismiss the Traslación (which literally means “transfer” or 'passage' in Spanish) as “madness” are not just being dismissive; they are refusing to see a city staging its own memory in the streets. What looks like a stampede from afar is, at arm’s length, a long, unbroken conversation between Christ and the people who have learned to survive—and even to thrive—in the lengthening shadow of his cross.
Last Jan. 9, and every year before that, when the Nazarene is pulled from Quirino Grandstand back to Quiapo, the procession (which this year lasted about 31 hours) turns that part of the city into a museum of faith and devotion. Devotees climb and crawl not because they enjoy being crushed, but because somewhere in that multitude they have located the exact spot where their own story once turned—an illness reversed, a son who finally graduated, a debt cleared, or a glimmer of hope after years of darkness.
Then there is my stubborn, beloved Tondo, the city’s favorite punchline for crime and chaos, quietly staging its own exhibition of devotion. Ever since the Santo Niño found a home in its narrow streets in the late 1500s, Tondo has been less a backdrop and more a spiritual junction where this whole phenomenon converges. January no longer belongs to Quiapo alone; it unfurls along a rough edged corridor of faith that begins at the Grandstand, passes through Quiapo’s clogged arteries, and finally spills into Tondo’s bruised but beating alleys.
The Tondo fiesta is its own small universe. My earliest memory of it is all sound: drums starting before sunrise, a clumsy, off beat thud that slips into your dreams and warns you that today will not behave like other days. By the time you’re fully awake, the district itself seems to inhale and exhale—tricycles and jeepneys growling, vendors testing their lungs, someone yelling “Viva Señor Santo Niño!” into a faulty microphone, and the neighborhood answering from their windows as if replying to a roll call.
Outside, the street has already transformed. Banderitas—those flimsy triangles of color—are strung from post to post, dipping slightly where the knots were done in a hurry. Mothers and titas have been up since before dawn, stirring a huge kaldero of pancit, the kind that appears only on days that matter: fiestas, birthdays, wakes. On the plastic table out front, aluminum trays slowly fill up—palabok with its neon-orange sauce, lumpiang shanghai stacked like small promises, slices of lechon that the elders insist are “para sa bisita” even though no one is quite sure who is actually coming.
On days like this, the neighborhood feels almost unreal. The corner where we used to play, or where kids once settled grudges with fists and flip flops, turns into a makeshift stage where teenagers in tight formation slam their feet into the asphalt as if demanding the ground remember them. The sari sari store that usually feeds our daily cravings now hosts a table of iced gulaman and halo halo, beside another where men sit in plastic chairs, nursing gin and cheap brandy like liquid commentary. Somewhere down the block, a sound system stitches together old fiesta anthems and whatever is ruling the charts, turning piety and pop into a single, gloriously noisy act of devotion.
What makes Tondo quietly radical is how it keeps two very different faces of Christ in play within the same month: the laughing child king of the Sto. Niño and the sweat soaked Nazarene of Quiapo. One week, parents are dressing toddlers in miniature capes and crowns; the next, those same parents are muscling through the Traslación, white towels in their hands and a litany of names on their lips, each whispered syllable a small emergency. The contradictions bleed into everything else. Food appears in almost absurd abundance—not just here but in fiestas everywhere—not because people are flush with cash, but because generosity is one of the few currencies that still feels like it grows in the giving: pancit, palabok, lechon, kakanin laid out on tables that know more overdue notices than pay slips.
This is the texture outsiders miss when they reduce it all to spectacle, fanaticism, or poor crowd control. For Tondo and its people, January is not a scheduling nuisance; it is the one stretch of the year when history, hunger, hope, and holiness agree to share the same narrow streets. For a few hours, the city’s true pulse becomes impossible to ignore—not the silent blink of high rise windows, but the weight of the Nazarene borne on the backs of those who own almost nothing and, bafflingly, still manage to give away so much.
For comments, please send email to: [email protected] and/or http://www.mannyvillar.com.
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.