ADVERTISEMENT

Jesus Nazareno: The traveling icon of Filipino faith

Published Jan 8, 2025 09:31 am

spotlight_NAZARENOBINONDO_DANCEL_06 (1).jpg

Every year, on Jan. 9, hundreds of thousands of faithful Filipinos crowd the streets from Quirino Grandstand all the way to the Minor Basilica and National Shrine of Jesus Nazareno in Manila, or more commonly known as Quiapo Church. This feast, celebrated in honor of one of the most unique representations of Jesus Christ, has been of utmost importance for many, serving as a reminder of the power of faith and the strong devotion of the ordinary Filipino. 

By now, the image of Jesus Nazareno, surrounded by a flock of faithful followers forming a sea of maroon and yellow, has become an iconic scene. But this traveling Señor, as it was called during the Spanish times, is no stranger to voyages. 

Arriving in the Philippines via galleon from Acapulco, Mexico in 1606, the now blackened statue was said to have been of a fairer complexion, as it was originally made by an unnamed Mexican sculptor. While crossing the Pacific, the galleon carrying the image reportedly caught fire, and the statue was charred. The statue was entrusted to an unknown Recollect friar. 

Other sources have since contested this version of the story. In 2015, Filipino theologian Msgr. Sabino Vengco Jr. said that the wood from which the Nazareno was made had originally been of a darker hue. He said that, based on his research in Mexico, the material from which the Nazareno was sculpted is called mesquite, which was popular among Mexican artisans of the era. It is, in its core, black. This is also why, he argued, that the Virgin of Antipolo (Nuestra Señora de la Paz y Buen Viaje) has a similar complexion, because it was also made from mesquite. 

But whatever the reasons for the dark appearance of the statue may be, the Señor Nazareno has been a traveling icon over the past centuries. 

Upon its arrival in the Philippines, it was first housed in a church in Bagumbayan. In 1608, it was moved to a bigger church built by the Recollects inside Intramuros, dedicated to St. Nicolas Toledo. It was here, at this Recoletos church inside the Walled City that devotion to the Nazareno grew, blossoming to the creation of the first society or cofradia dedicated to its veneration in 1621. (Fun fact: the site of this now non-existent church is where the building of the Manila Bulletin Publishing Corp. now stands.) 

In 1767, the Señor Nazareno was moved to Quiapo Church, where it has remained ever since. (Some historians have set the year of movement as 1787.) It has since survived an earthquake in 1863, a fire in 1791 and another in 1929, which completely burned down the church, and the Second World War (where the Virgin of Antipolo became its “housemate,” as it was hidden in Quiapo Church to keep it safe from the Japanese invaders). 

This moving from one church to another—from Bagumbayan to Intramuros, until eventually finding its home at Quiapo Church—is what the yearly Traslacion follows. This quite magnificent and very palpable showcase of faith and devotion, is rooted in history as well as in a tradition of honoring the Señor Nazareno. It was on April 20, 1650 that the image first received recognition from Pope Innocent X, who approved of its veneration as a sacramental.

In 1880, the image was blessed by Pope Pius VII, who granted plenary indulgence to whoever prayed before the Jesus Nazareno. Then, on Dec. 11, 1987, after a petition from Jaime Cardinal Sin, Pope John Paul II raised the status of Quiapo Church into a Minor Basilica via a pontifical decree entitled “Qui loco Petri.”

Related Tags

Dom Galeon Feast of Jesus Nazareno
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.