ADVERTISEMENT

Two Presidents

Published Aug 19, 2026 12:05 am  |  Updated Aug 18, 2026 05:09 pm
OF TREES AND FOREST
August may be “ghost month” for some, but in the Philippines it is also the season when two of our most beloved presidents—Manuel L. Quezon and Ramon Magsaysay—remind us that the only spirits we ought to raise are those of nationalism and public service.
Quezon was born on Aug. 19; Magsaysay, on Aug. 31. They led in different eras and faced different crises, yet they shared a common political home: the Nacionalista Party, the most storied party in Philippine history. Their birthdays, only days apart, invite us to do more than recall what they achieved—they call us to become the kind of leaders they dared to be, and to build the future their courage imagined.
In 2004, when the late former Vice President Salvador “Doy” Laurel entrusted me with leading and rebuilding the Nacionalista Party, he said he was bequeathing a party of true leadership. Looking back, that moment was itself an act of true leadership: a deliberate choice to ensure that the party he fought for, and the flame of democracy he sacrificed so much to protect, would endure for generations to come.
Quezon and Magsaysay were two Nacionalistas who showed what true leadership looked like in practice. Quezon, the fiery orator from Baler, rose through the party to become the first president of the Commonwealth and its most dominant and iconic figure until his death in 1944. Magsaysay, the humble schoolteacher and governor from Zambales, ran under the Nacionalistas in 1953 and rode a wave of reformist fervor to the presidency, promising—and largely delivering—a government “of the people, by the people, for the people.”
Quezon’s greatness lay in his ability to imagine a nation before it fully existed. As Commonwealth president, he pushed for social justice, national defense, and, most enduringly, a unifying national language. He is rightly called the “Ama ng Wikang Pambansa”—which is why August is also celebrated as the month of the National Language—for championing Filipino as a symbol of unity in a country of many tongues.
Quezon was hardly a saint. He was a shrewd political tactician who knew how to stitch together alliances and outmaneuver his opponents. But there is no question about his patriotism: whatever his moves, they were driven by love of country. He also possessed a profound moral vision. He spoke repeatedly of “spiritual regeneration,” urging Filipinos to stop being subjects of empire and start becoming citizens with dignity and duty. In exile during World War II, he drew a hard line: no collaboration with the Japanese, because the Philippines’ claim to legitimacy depended on loyalty to democratic principles.
If Quezon gave the nation a soul, Magsaysay gave it a heartbeat. Born to a blacksmith father and a teacher mother, he never forgot where he came from. As president, he broke down the barriers between Malacañang and the masses: opening the palace gates, holding press conferences without scripts, and traveling to barrios to listen rather than lecture.
Magsaysay is best known for defeating the Hukbalahap insurgency, but he did so not only with military force. He combined firmness against violence with compassion for the root causes of rebellion—landlessness, injustice, and neglect. He launched agrarian reforms, resettled former rebels, and insisted that government’s principal duty is to serve the “common man.”
His greatness, for me, has always been rooted in authenticity. He wore the barong tagalog in pictures without affectation, spoke without ornament, and carried himself with unforced sincerity. He died young, in a plane crash in 1957. I was only eight then, and I still carry a faint memory of ordinary people weeping in the streets. His short presidency left a lasting imprint: proof that integrity and empathy are not weaknesses in leadership, but its surest foundations.
Quezon and Magsaysay remind us that nationalism is not just about flags and anthems; it is about serving our country and our people. Quezon mastered the political process to shape a vision for the nation; Magsaysay made the people understand, in their hearts, what that vision meant for the country’s future. In a time when politics often feels cynical and divided, their lives offer a different template: leaders who believed in the Philippines enough to fight for it, and who believed in Filipinos enough to trust them.
August gives us two birthdays to remember, but also two questions to answer: What kind of nation did Quezon and Magsaysay dream of? And what kind of nation are we becoming?
For comments, please send email to: [email protected] and/ or mannyvillar.com.
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; } }

{{ static_articles_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.