ADVERTISEMENT

Pasko na naman!

Published Dec 24, 2025 12:05 am  |  Updated Dec 23, 2025 06:59 pm
OF TREES AND FOREST
I still feel the pre-dawn chill of my first Simbang Gabi in Tondo, Manila, slipping out of bed at 4 a.m. My Nanay Curing would tug me along to the dimly lit church, where the air hummed with murmured prayers and the scent of freshly baked bibingka and puto bumbong wafting from vendors outside.
We seldom complete the nine masses from Dec. 16 to 24 because we would be walking to Divisoria instead of the church. The holidays are busy times in the market with families buying ingredients for their Christmas and New Year feasts.
Christmas in the Philippines is not just a fleeting holiday but also a soul-stirring odyssey that begins in September and lingers into January, the world's longest season of light. It's unique because it weaves faith, resilience, and an unshakeable love for family into every twinkling parol and shared laugh, turning ordinary homes into sanctuaries of profound joy. It does not matter if you are poor or rich, we all celebrate this special holiday. Despite not having enough money for extravagant celebrations, I have always cherished the time our family spent together cuddled together or around our table with simple food.
Filipino Christmas is one of a kind and world-famous. Foreigners cannot fathom why we celebrate it for so long. The carols start early, right after All Saints' Day, flooding the streets with Christmas songs from every sari-sari store radio. All our Vista Malls start decorating by this time and play popular Christmas tunes for shoppers. Homes glow with handmade parols and streets are lined with Christmas lights and decors.
But beyond the dazzle—the mall crowds, the traffic, the credit card debts, the frenzy of wrapping paper and firecracker smoke—Christmas in the Philippines unveils its profound truth: it's all about family, our loved ones. I see it now, looking back: the material gifts, the holiday stress, the trivial worries like unfinished work—they dissolve like morning mist. What's left is the sacred act of gathering, of presence.
For our new heroes, overseas Filipino workers (OFWs), the Christmas spirit arrives not in snowflakes but in balikbayan boxes stuffed with wrinkled photos, dried mangoes, and handwritten notes from children growing taller by the year. Stranded in Dubai's skyscrapers or Hong Kong's neon bustle, they endure the sadness and loneliness in order to make their future brighter. Amid homesickness, OFWs embody Christmas's profound essence—love as the ultimate gift, regenerating families one video call at a time.
This year, as our nation grapples with entrenched poverty, political corruption, environmental degradation, and social fragmentation, these traditions hold untapped power of providing is hope and inspiration. Christmas can transcend all our challenges to become a blueprint for regeneration—a spark for change that regenerates society by channeling the festive spirit into solidarity and action.
When we were still living in Tondo, Christmas and other festivities like the famous Tondo fiesta, become a showcase of bayanihan—our own brand of collective action, a direct antidote to individualism and inequality. In Tondo, even as families do not have enough money, families would pool meager resources: one contributes pansit for longevity, another kakanin sticky with solidarity. In the Philippines, Christmas isn't celebrated; it's lived—a profound return to the heart's home. It pierces the spirit: in a "more"-obsessed world, it reclaims essence—loved ones and a strong sense of community as miracle.
In the grip of political tempests, economic storms ravaging our shores, and social fractures testing our resolve, may this Christmas whisper profound truth: our family's unbreakable love. Wishing you joy that mends divisions, strength to rise from floods and feuds, and, abundance in every Filipino homes.
Maligayang Pasko sa inyong lahat!
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.