ADVERTISEMENT

'Pabaon' with a purpose: Serving hope by the bowlful

Piolo Pascual spearheads a fundraiser that will feed Ifugao's nutrition-at-risk children

Published Apr 15, 2025 04:14 am
Piolo 1.jpeg
Piolo Pascual arrives at the Pasig Elementary School for the launch of his new philanthropic endeavor as food bank Rise Against Hunger Philippines’ ambassador.

Last April 2, Piolo Pascual made Pasig Elementary School’s young students with special needs very happy. Piolo arrived at the school to launch his new philanthropic endeavor as food bank Rise Against Hunger Philippines’ (RAHP) campaign ambassador for a fundraiser that will benefit the young kids of five preschools in Ifugao’s remote communities.

Piolo2.jpeg
Piolo holds a rice-soy meal pack at the launch of a fundraiser titled “Pabaon Para sa Kinabukasan,” which will support a feeding program for Ifugao’s children.
Piolo3.jpeg
Inside Rise Against Hunger Philippines' Jeepney Kitchen, Piolo Pascual stirs a huge vat of ginataan made from rice-soy meal packs
Piolo4 (1).jpeg
Piolo serving hot ginataan to Pasig Elementary School’s students with special needs in the presence of Pasig City Local Council of Women Chair Corie Raymundo (seated), RAHP’s local partner.

After signing the contract to formalize his new role, Piolo headed to RAHP’s Jeepney Kitchen parked on the school grounds. There, he gamely stirred the huge vats of ginataan made from the food bank’s signature rice-soy meal packs before personally serving some students their merienda for the day.

The event was a symbolic gesture demonstrating how RAHP’s highly successful school feeding program is carried out. In project sites supported by RAHP, volunteer mothers help prepare and serve the rice-soy meals, which come in four flavors: ginataan, chicken arroz caldo, beef congee, and champorado.

The project titled “Pabaon Para sa Kinabukasan” appealed to Piolo after realizing the importance of early intervention among nutrition-at-risk children in a country with one of the highest stunting rates in the world. With stunting comes retardation which impacts school performance. At RAHP’s other project sites, teachers noticed how the school attendance and performance improved after months of enrolling in the program. Apart from that, they also observed how the program lifted the morale of the children’s mothers who don’t have to worry about providing baon.

Piolo5.jpeg
Piolo Pascual with Rise Against Hunger Philippines’ board members, Allan Tumbaga
and Dr. Ma. Socorro Ignacio, board president, Dr. Paulyn Ubial (back row), and executive director Jomar Fleras.

Despite his busy schedule, Piolo feels honored to spearhead the campaign for Ifugao’s young children, some walking an hour or more to school without eating breakfast. With just one pack of rice-soy meal that costs P155 each, anybody can be an ate or kuya to Ifugao’s nutrition-at-risk kids. Each pack feeds 10 children taking their first few steps toward a better future.

Piolo6.jpeg

“Ako ay nagagalak at malaking karangalan para sa akin na makasama sa isang adbokasiya katulad nitong ginagawa ng Rise Against Hunger,” Piolo stated during the launch of the program. “Syempre gusto natin gamitin yung influence natin para makapag-inspire tayo ng mga tao. Para mabigyan natin ng nutrisyon yung mga nangangailangan. Ako po kasi, adbokasiya ko ang edukasyon. Hindi lang edukasyon ang importante sa atin, nutrisyon din.”

(Words by Devi de Veyra)

Related Tags

MB Lifestyle Online
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.