ADVERTISEMENT

Robredo says, 'I leave it all to God', as she ponders decision on running for president 

Published Sep 28, 2021 12:58 pm

While she remains open and ready to be a presidential candidate in the 2022 polls, Vice President Leni Robredo is leaving her decision up to God.

Vice President Leni Robredo speaks at the webinar of the Presentation of the Child Jesus (PCJ) Parish Pastoral Council held on September 27, 2021. (PCJ/Facebook)

Robredo, a leader of the opposition, said she has been praying for guidance on whether or not she would run for president in the upcoming elections.

“While I’m still exerting a lot of effort, sa akin, total surrender na. Ang parati ko nga lang dasal na sana iyong mensahe ng Panginoon maging very clear para hindi rin tayo magkamali sa ating desisyon (for me, it’s already total surrender. I always pray that the message of God will be very clear so I won’t make a wrong decision),” she said in a webinar by the Presentation of the Child Jesus Parish Pastoral Council on Monday night, September 27.

Robredo opened up about seeking divine intervention in her decision-making process as she admitted the difficulties in the unification efforts among the 2022 presidential bets.

For the past months, she has been talks with Senators Panfilo Lacson, Manny Pacquiao, and Manila Mayor Isko Moreno in the hopes of finding common ground to unify the opposition and defeat the administration candidate.

READ: Robredo still hopeful for unity ticket, but 'accepts reality' it might not happen

The vice president believes the only way for the opposition to win was only to field one candidate to avoid splitting the votes.

“Sinurrender ko na talaga sa Diyos kasi sa sa hirap ng negotiations, dumadating iyong mga panahon na hindi ko na talaga alam kung ano iyong sunod na gagawin (I really surrender it to God because with the hardships of negotiations, there comes a time when I do not know what to do next),” she said.

Robredo also assured her supporters that she is taking calls for her to run for president “very, very seriously.”

The lady official noted that she’s seen messages of support displayed outside her Quezon City office. She has also received emails, snail mails, and text messages of the same nature.

READ: Robredo's flex: 'I don't have blind supporters'

“Ready ako tumakbo kung sa assessment ay makakatulong iyon sa misyon natin. Pero ready naman akong hindi tumakbo kung sa tingin ko lalong makakaharang iyon. Lalong makakaharang sa pag-ayos natin ng bansa natin (I am ready to run if the assessment is that it will help our mission. But I am also ready to not run if that will hinder with fixing our country),” she said.

Related Tags

VP Leni Robredo God 2022 polls presidency isko moreno Manny Pacquiao
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.