ADVERTISEMENT

Apostolic Nuncio cites Filipinos for keeping Catholic faith alive overseas

Published Apr 15, 2021 04:07 pm

CEBU CITY – Five hundred years after Christianity was introduced in Asia, Catholic faith “has entered deeply in the Filipino culture.”

(Quiapo Church / Facebook / FILE PHOTO)

This was the message of Apostolic Nuncio to the Philippines Archbishop Charles Brown during Wednesday’s Pontifical Mass celebrating the first baptism that took place in the country.

“So the faith of Christianity was transported in this part of Asia by Europeans and now it is being re-transported to Europe and other places around the world by Filipinos. What do we see in this? We see the universality of the Catholic faith,” said Brown.

Brown said Filipinos have kept the Catholic faith alive even in foreign places.

“What we celebrate with hearts with joy is the fact that in these five centuries, the Catholic faith has entered deeply into the Filipino culture and has produced a distinctively Filipino expression of the unchanging and universal truth of Catholic faith,” Brown said.

“Now, Filipinos bring that faith to the world, not as explorers or colonizers, but in many cases as overseas Filipino workers,” he added.

Brown admitted that there had been adverse comments against the Catholic Church and its arrival in the Philippines which also brought suffering to many people.

 "Of course, none of us will pretend that in the 500 years of Christianity in the Philippines, there haven't been moments of difficulty and contradictions. The attitudes and mentalities which at times did not reflect the message of Jesus, that is true of the Church as a whole and that is true of the Church in the Philippines. There is light and darkness,” he said.

In a canned video that was played before the start of the Pontifical Mass, Pope Francis congratulated Filipinos for celebrating the quincentennial anniversary of the first baptism that took place in the country.

“You know how to transmit the faith and you do it well. You know how to celebrate the feast of faith…You are a generous people. Keep going. The Pope accompanies you. God bless the Philippines and may Mary and the Sto. Niño guide you always,” Pope Francis said in Spanish.

The Pontifical Mass was held at the Plaza Sugbo where the Magellan’s Cross Shine is situated.

To ensure that health protocols will be observed, limited number of people was allowed to attend the Mass. Some roads around Plaza Sugbo were closed with policemen manning the entry and exit points.

One of the highlights of the religious activity was the baptismal of seven children.

“I want to be a priest when I grow up because they are the ones who helped me,” said 10-year-old David Villagracia who was accompanied by parish volunteers during his baptismal in lieu of his parents.

Aside from receiving the sacrament of baptism, confirmation, and communion, the seven children also received a commemorative 500 Years of Christianity Cross as well as a replica of the Sto. Nino de Cebu image.

"Walk always as children of the light. Keep the flame of faith alive in your hearts. When the Lord comes, may you go out to meet him with all the saints in the heavenly kingdom. This is an aspiration that the Filipino nation as a whole and all of us here today – the fact that 500 years ago today, the Philippines was enlightened by Christ,” Brown told the newly baptized children.

Brown was joined by Cardinal Orlando Quevedo, Cebu Archbishop Jose Palma, 10 other bishops, and 75 priests as well as 300 guests during the commemoration.

The first baptism was reenacted prior to the Pontifical Mass.     

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.