ADVERTISEMENT

Rep. Alan Peter Cayetano gives unsolicited advice to movie stars joining politics

Published Dec 8, 2020 11:12 pm
Rep. Alan Peter Cayetano (left) and Taguig City Mayor Lino Cayetano

Almost one year and a half before the national election in the country is held, Rep. Alan Peter Cayetano has a special advice to movie stars who are planning to venture into politics come 2022.


Rep. Alan Peter encouraged movie personalities to know their passion and calling first before joining politics.


"Sa tutoo lang hindi na ako naniniwala sa profession. Mas naniniwala ako sa calling ng tao pagdating sa pulitika," said Alan Peter during a Christmas merienda with the entertainment editors of the print media held in Quezon City Tuesday, Dec. 8. (I don't believe in the profession of a person. I am more inclined to believe in the person's calling in politics)

Alan Peter said that movie stars already have an advantage if they will join politics because of their popularity. "People watch them in the movies or television. They already have a connection with the people."

His second advice would be not to engage in vote-buying. "Movie stars would be very effective in the campaign against vote-buying. Magiging maganda ang election natin kung wala ng vote-buying."

Alan Peter suggested that if movie stars are really interested in running for political posts in 2022, then they should start visiting places now to check the problems of the people.

"Ngayon pa lang mag-libot na sila sa nasasakupan nila or sa ibang lugar para malaman nila ang mga problema," he said. 

From left: Rep. Alan Peter Cayetano, his wife Rep. Lani Cayetano and Mayor Lino Cayetano of Taguig City

The congressman also urged showbiz first-timers in politics never to count their frustrations.

"Minsan ang nangyayari, kapag natatalo ka, nagkakasamaan na ng loob. Madalas din nagkakaroon kayo ng kagalit or kaaway. Dapat hindi ganun. Learn from your mistakes and move on," he said.

Asked about his plans for 2022, Alan Peter said that he will discuss his political plans with his siblings middle of 2021. "May mga nagsasabi bumalik daw ako sa Senado o baka magpahinga na lang muna ako. Sa ngayon wala pa akong plano para sa 2022." (Some suggest that I should seek another term in the Senate or maybe I would just rest. For now I really don't have plans for 2022)

Joining Alan Peter in the Christmas merienda were his younger brother Taguig City Mayor Lino Cayetano. Rep. Lani Cayetano (2nd District, Taguig) accompanied her husband Alan Peter but did not join the press conference.

Mayor Lino said that Christmas would be different for his family this year because of the pandemic.

One of the sacrifices the Cayetano siblings have to make is the chance to give their mom an embrace or a hug. "Hindi na namin nayayakap ang aming ina dahil may edad na rin siya. Sana matapos na rin ang pandemya. Sa tulong ng Diyos, malalampasan natin ito."

Alan Peter recalled that Christmas celebrations in their home were always festive.

"Yung mga naka-duty sa amin na guard, kasambahay on Christmas Eve, we invite their families to join us. So while waiting for 12 midnight, yung mga bata nagkakantahan, nagsasayawan sila. We have a table for my own family and may mga tables naman for every family ng staff namin. We are different families but we are one," he said.
 

Related Tags

AlanPeterCayetano LinoCayetano LaniCayetano
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.