ADVERTISEMENT

Holy Week walk to Antipolo expects 6M devotees

Published Apr 1, 2023 11:04 am
Three years after the pandemic was declared, the penitential walk tradition, or Alay Lakad to Antipolo Cathedral will be held again on Maundy Thursday, April 6, this time with some six million devotees expected to join the decades-old Holy Week ritual. The Antipolo Public Information Office confirmed in a phone call with Manila Bulletin that this year’s Alay Lakad will officially take place. It added that rescue personnel will be deployed throughout strategic points along the route. According to the Rizal Provincial Police Office, this will be the “biggest Alay Lakad since 2015.” *Catholic devotees participating in the 'Alay Lakad.' (Jansen Romero/MB file photo)*

Every year before 2020, devotees from many points of the National Capital Region and various provinces joined the Penitential Walk tradition which took from six to 10 hours depending on where a pilgrim started the walk to Antipolo, also known as the country’s pilgrimage capital. According to Fr. Reynante Tolentino, shrine rector of the International Shrine of the Our Lady of Peace and Good Voyage, also known as the Antipolo Cathedral, Alay Lakad is a yearly Holy Week tradition that starts in the afternoon of Maundy Thursday after the Last Supper mass. Devotees time their walk to reach the church on the early morning of Good Friday. Alay Lakad began in the 1940s and has been a yearly tradition, according to the Office of the City Tourism of Antipolo. But the event stopped in 2020 when the pandemic hit. It slowly returned in 2022 when some devotees walked despite advisories that it had been canceled.

INTERNATIONAL SHRINE

This year, the pilgrimage celebration will be special because the Antipolo Cathedral was officially elevated by the Vatican as an international shrine last March 25. It is the country’s first international shrine, the third in Asia, and the 11th in the world, according to the Catholic Bishops Conference of the Philippines. *Devotees at the Antipolo Cathedral. (Nel B. Andrade/MB file photo)*

The Antipolo Cathedral, located at the center of the city, is a popular pilgrimage site and tourist attraction that has a rich history dating back to the Spanish occupation.

PENITENCE

Pilgrims join the traditional walk for many reasons. Some join to commemorate Christ’s walk as he carried His cross to Golgotha, while some walk to ask forgiveness. Others join as part of their Visita Iglesia rites to visit the 14 stations of the cross found at the premises of the Cathedral. One of the devotees, Eliseo Palo from Cavite, said he first joined the walk in 2014 when he was 33 years old “Out of curiosity and aya ng mga kaibigan ko (Out of curiosity and because of the invitation of my friends).” Eliseo noted in an interview with Manila Bulletin that his legs went into “culture shock” that he couldn’t stand up because of the pain. But he said that it was all worth it as he felt “blessed” that he completed the walk and the 14 stations of the cross. From then on, he joined his friends, only taking a break in 2017. Now at 42, he plans to join the walk again with his friends. “Yung pagod sa paglalakad mawawala din yun, pero yung feeling na blessed ka after mo magawa, yun ang worth it (The tiredness and pain from walking will eventually go away, but the feeling of being blessed after doing it is all worth it).” he added.

PANATA

Some devotees walk barefoot all the way to Antipolo as they believe that they would somehow be able to relate to Christ’s sacrifice and perform their “panata” or Lenten vows. “Personal nilang panalangin at sakripisyo para magpasalamat at magdasal sa Diyos sa tulong ng Mahal na Birhen (Devotees do it as a personal prayer and form of sacrifice to thank and pray to God with the help of the Blessed Virgin Mary),” Fr. Tolentino said. *Catholic devotees participating in the 'Alay Lakad.' (Jansen Romero/MB file photo)*

“Expression din yan ng pananampalataya sa Panginoon Hesus at devotion sa Mahal na Birhen ng mga karaniwang tao at katoliko (It is also an expression of faith in the Lord Jesus Christ and devotion to the Blessed Virgin Mary by common people and Catholics),” he added. Others walk from the Minor Basilica of the Black Nazarene in Quiapo, Manila all the way to the Antipolo Cathedral, some 24 kilometers away. This is also the same route that devotees take on the evening before the first of May to mark the pilgrimage season, which according to the Antipolo Cathedral website, began in the late 1600s upon the arrival of the Blessed Virgin Mary’s wooden image from Acapulco, Mexico. (

Pancho Parian

)

Related Tags

City of Antipolo Featurestory Alay Lakad Antipolo Cathedral #HOLY WEEK 2023
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.