ADVERTISEMENT

Malacañang Palace: Happy memories with press corps

Published Mar 8, 2026 12:05 am  |  Updated Mar 7, 2026 03:38 pm
ENDEAVOR
Responding to Press Secretary Dave through Gomez’s invitation, we joined fellow representatives of mainstream media organizations in launching last week Oplan Kontra Fake News, a determined drive to debunk false and spurious stories propagated through social media.
It was heartening to see familiar faces, among them Undersecretary Mon Ilagan, a seasoned broadcaster who once served as Mayor of Cainta, Rizal; and Joyce Pañares of the Manila Standard who was among the officers of the Malacañang Press Corps during the administration of President Noynoy Aquino.
The Malacañang Press Corps is the premier beat, the ‘place to be’, where only the most seasoned and capable reporters are assigned. Manila Bulletin’s Betheena Unite joined her colleagues at the event. Together with senior reporter Argyll Cyrus Geducos, she covers daily activities and pronouncements from the Office of the President.
Parenthetically, President Marcos was hosting a state visitor, South Korean President Lee Jae-Myung at a business forum where both leaders signed several agreements on shipbuilding, aerospace, nuclear energy, and critical minerals.
The two parallel events are emblematic of the new media landscape. While traditional or legacy media organizations like the Manila Bulletin chronicle affairs of state and other events with global significance, their news desks constantly monitor and call out fake news that dominates social media outlets.
I welcomed the opportunity to walk down memory lane, having devoted six full years of my professional life to serving as Secretary of the Presidential Communications Operations Office (PCOO) from 2010 to 2016. Previously, I also worked for two years at the Office of the President, under President Corazon Aquino.
On both occasions, I had been forewarned by well-meaning friends that working in the Palace is a perilous enterprise, considering that it is a so-called “snakepit” that not even the well-intentioned could thrive. Yet, as I walk down memory lane, I realize that indeed, those eight years that I spent working in the Palace taught me many valuable lessons that continue to serve me in good stead.
Working in the Palace often evokes images of gravity and ceremony. Yet for those who have served within its walls, Malacañang Palace is also a place of memorable human moments: lighthearted episodes that remind us that governance, even at its highest level, is still carried out by ordinary people trying to do their jobs well.
During my stint in the Presidential Management Staff under President Cory Aquino, the pace of work could be relentless. Meetings followed meetings, and memoranda arrived by the stack. But President Cory herself often broke the tension with her quiet humor.
As a leader, she encouraged contribution and participation. She gave her Cabinet members the opportunity to share their initiatives with other departments and to work together in related clusters and teams. This is the legacy of Jose ‘Ping’ de Jesus and Aniceto ‘Chito’ Sobrepeña who served successively as Cabinet Secretary. My stint as PMS Head was greatly enabled by the professionalism of the staff I “inherited” from both of them.
President Cory had a way of making the Palace feel less imposing. On some mornings she would walk through the corridors greeting staff with a soft Good Morning. For young staff members, many of whom were in their late twenties or early thirties, it was both disarming and inspiring to see the nation’s leader display such personal warmth.
Years later, while I was serving as Communications Secretary to President Noynoy Aquino, the Palace acquired a different rhythm. President Noynoy, as he preferred to be called, possessed a dry wit that often surfaced in the middle of policy discussions. During Cabinet meetings, he would patiently go over voluminous documents submitted to support policy recommendations. Some of my Cabinet colleagues came to these meetings less than fully prepared. Or they delegated their attendance to deputies who similarly thought they could pass muster. To their consternation and surprise, PNoy uncovered their being ill-prepared by asking simple questions that could be answered satisfactorily only if they truly did their homework.
The record would show that among post-EDSA Presidents, PNoy made the least changes in his Cabinet. He empowered his direct reports to choose their own undersecretaries and subordinates and this enabled them not just to perform well, but even level up.
President Noynoy also had a fondness for casual banter with Palace reporters. Many of them could look back to his tenure at the Palace with happy memories.
Looking back, these modest vignettes reveal something enduring: that behind the formal trappings of power, Malacañang remains a workplace animated by humor, humility, and human connection. Such moments, fleeting though they were, made the long hours of public service not only bearable but deeply memorable.
Comments may be sent to [email protected]
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.