ADVERTISEMENT

GMA Network airs special programming for Holy Week 2022

Published Apr 13, 2022 01:16 pm

With the long weekend coming up, GMA Network brings viewers a special Holy Week programming to keep Kapuso viewers connected in their faith and reflection while in the safety of their homes.

Begin Maundy Thursday with a quick vacation via "Biyahe ni Drew" at 6 a.m.

Afterwards, bear witness to the stories of His miracles and greatness with "Jesus" at 7 a.m., followed by the heartwarming animated features “Barbie in a Mermaid Tale” at 8 a.m. and “Antz” at 9 a.m., and CBN Asia’s Holy Week specials at 10:30 a.m.

An entertaining film for the family comes next with “Spy Kids 4” at 11:30 a.m. Kapuso viewers can also relive the epic fantasy-adventure trilogy “The Lord of the Rings” starting with "The Fellowship of the Ring" at 1:30 p.m. “This Time I’ll Be Sweeter,” starring Ken Chan and Barbie Forteza, follows at 4:30 p.m.

GMA Network’s flagship newscast "24 Oras" airs at 6:30 p.m. The whole family is also sure to enjoy Alden Richards and Maine Mendoza’s “Imagine You and Me," which begins at 7 p.m. 

Cap off the night with the classic Hollywood movie “Spartacus" at 9 p.m. 

Welcome Good Friday (April 15) with the internationally-acclaimed religious program ‘Power to Unite’ at 6 a.m., then witness the story of the woman who followed Jesus in “Magdalena” at 7 a.m. 

Catch Barbie's next adventure in “Barbie in A Mermaid Tale 2” at 8 a.m., and the fun continues with the animated film "Ferdinand" at 9 a.m.

Don’t miss CBN Asia’s Holy Week specials at 10:30 a.m., followed by Jesus' seven last words from the Dominican Province via ‘Siete Palabras’ at 12:00nn. 

Spend the rest of the afternoon with “The Lord of the Rings: The Two Towers” at 2 p.m. and “Moments of Love” with Dingdong Dantes and Iza Calzado at 5 p.m.

Don’t miss the biggest and latest news with 24 Oras at 6:30 p.m. followed by "Miss Granny" starring Sarah Geronimo, James Reid, and Xian Lim at 7 p.m. Then end the day with the Hollywood film "The Ten Commandments" at 9 p.m.

On April 16, Black Saturday, catch "Biyahe ni Drew" at 6 a.m., followed by "The Story for Jesus for Children" at 7 a.m.

Catch a lineup of exciting films, including "Kung Fu Panda 3" at 8 a.m; “The Prince of Egypt” at 9 a.m.; “The Secret Life of Pets” at 10:30 a.m.; and “How to Train Your Dragon: The Hidden World" at 11:30 a.m.; and the ending of The Lord of the Rings trilogy: “The Return of the King” at 1:30 p.m.

Experience an afternoon of laughter with “Enteng Kabisote 10 and The Abangers,” starring Vic Sotto and Oyo Sotto at 4:30 p.m.

Meanwhile, viewers can catch ‘24 Oras Weekend’ at 6:30 p.m.

Finally, fall in love with the romance movie "Alone/Together" starring Liza Soberano and Enrique Gil at 7 p.m. Then, finish the day with the epic historical drama movie ‘Ben Hur’ at 9 p.m.

Let us all pause and spend a fruitful Holy Week with our loved ones from the comfort of our homes with GMA’s Holy Week specials from April 14 to April 16.

Related Tags

holyweek2022 GMA Network
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.