ADVERTISEMENT

Celebs share plans for Holy Week

Published Apr 17, 2025 08:07 am

At A Glance

  • While some celebrities choose to relax on the beach, others prefer to spend quality time with their families at home.<br> 

Screenshot 2025-04-17 at 4.05.07 PM.pngDuring Holy Week, many celebrities take a break from their hectic schedules filled with TV shoots and appearances. 

This time offers them a chance to step back from the limelight and recharge. While some celebrities choose to relax on the beach, others prefer to spend quality time with their families at home.

Holy Week offers much-needed respite, reflection, guidance, and acknowledgment of Jesus Christ. Some celebrities have shared their plans for this year's Semana Santa.

Julia Montes .png
Julia Montes

Julia Montes: ''Normally yung ibang tao nasa vacation, but kami it's more on reflection and bonding rin sa bahay kasi minsan lang yung opportunity na wala kaming work. Talagang makakabawi kami sa isa't isa. (Normally, other people are on vacation, but for us, it's more about reflection and bonding at home because sometimes that's the only opportunity we have when we don't have work, we can catch up with each other.)

Vina Morales .png
Vina Morales

Vina Morales: ''My entire family is going to the US. Kaya lang ako, and Sienna are staying here because I still have tapings. So for now, dito muna kami sa pilipinas, it's either out of town kami, gusto ko mag beach. I think for me, ayun yung bonding time namin si Sienna. "(My entire family is going to the US, but Sienna and I are staying here because I still have tapings. So for now, we're here in the Philippines, it's either out of town or I want to go to the beach. That's my bonding time with Sienna.)

Dingdong Dantes .png
Dingdong Dantes

Dingdong Dantes: ''Wala pa kaming plano masyado, kami kasi ni marian mahilig kami sa on the spot plano. So tingnan namin kung saan kami dadalhin ng mga bagay-bagay. (We don't have much of a plan yet because Marian and I would like to plan on the spot. So we'll see where things take us.)

Like Dingdong, Kapuso actress Barbie Forteza keeps her Holy Week vacation low-key. "Ima-maximize ko itong Holy week breaktime to spend with my family. Sa bahay lang ako. (I'll maximize my Holy Week break time to spend with my family and be at home.)

Elisse Joson .png
Elise Joson

Elise Josson: ''I haven't planned anything, siguro spent time with my family para makapag-nilay nilay and pumunta sa church kasi before hindi pa ako nakabalik sa regular programming ko. So maybe this week, makapag church kami. (I haven't planned anything, but maybe I can spend time with my family to meditate and go to church because before, I couldn't get back to my regular programming, so perhaps this week we can go to church.) 

Julie Anne San Jose .png
Julie Anne San Jose

Julie Anne San Jose: ''For me, annually na talaga kaming nag Visita Iglesia, and spend time lang with the family and Rayver. (For me, we go to Visita Iglesia annually, and spend time with the family and Rayver.)"

Camille Pratts .png
Camille Pratts

Camille Prats: "This coming Holy Week, we've made plans with my family. So it's a big family event, and I'm so excited kasi ngayon lang ulit kami magkikita kita. (This coming Holy Week, we've made plans with my family. So it's a big family event, and I'm so excited because now is the only time we'll see each other again.)"

David Licauco .png
David Licauco

David Licauco: "This Holy Week, I will be with my family. We will go to the seven churches, Visita Iglesia. Yun kasi yung family tradition namin in the past years. (This holy week, I will be with my family. We will visit the seven churches, Visita Iglesia, which has been our family tradition in the past years.)

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.