ADVERTISEMENT

The State of the Nation in fashion terms

How to do it right

Published Jul 27, 2024 08:07 am

On Monday, the day of President Ferdinand Marcos Jr.’s third State of the Nation Address (SONA), I got a message on Instagram from a journalism student who’s been following me for some time. “Is there anything good that comes out of covering what politicians wear during the SONA?” she asked. “What can politicians do to avoid criticism during this time

There’s varying commentary on whether or not the outfits of the SONA’s attendees should be covered by lifestyle sections and publications. Both sides have valid points but since what I’ve been asked for is the positive, allow me to share my two cents on the matter. 

First, let’s acknowledge the rising interest in Filipiniana—both modern and traditional, for formal and everyday or even casual wear—over the past decade. Seeing this kind of representation at such a highprofile event and witnessing the myriad ways fashion can represent our culture, country, and advocacies have undoubtedly helped fuel this trend. While some might argue it’s distracting, others could contend that those previously uninterested in politics might initially be drawn by the display of skills of our local designers and weavers. This could lead them to pay attention to the President’s speech, which, despite what your algorithm might suggest, gets significantly more coverage than the fashion. 

1.jpg
PROUD PINOY DESIGNS. Ilocos Governor Matthew Manotoc and Jamie Herrell, representing culture and tradition from Ilocos Norte and Ceb

 

Moreover, fashion translates to jobs and income for many people. We all remember the iconic Miranda Priestly “cerulean sweater monologue” from The Devil Wears Prada, right? The critical takeaway here is that the fashion industry encompasses countless jobs. It’s not just about the designers. There’s a whole team behind them from tailors to patternmakers and more. And let’s not forget weavers from indigenous communities, who see increased demand for their traditional fabrics and their age-old crafts during this time of year, a demand that was severely lower before Filipiniana became fashionable again. 

Now, here’s some unsolicited advice for SONA attendees, a consultant’s perspective, if you will. Sensitivity and a genuine focus on our local industries are crucial. During interviews, shift the spotlight from yourself to the artisans who crafted your look. Mention the designer, where they sourced the materials, and which communities you were able to support. What are you hoping to achieve by showcasing their work? 

4.jpg

A good number of attendees were able to do this flawlessly and a shining example has to be Miss Earth 2014 and news anchor Jamie Herrell. Donning a sculptural, corseted baro made of sateen and worn with a narrow, handbeaded, fringed saya by Cheetah Rivera, she also wore an alampay made of exquisite material. “The alampay is made of shells,” said Herrell about the piece that resembled a sash of sampaguita, the country’s national flower. “The method in making it is called lagang. We wanted to highlight this since lagang is a dying art form from Cebu, my hometown.” 

There are only two people left who are practicing the art, according to Herrell—the master lagang artist of Cebu and Bulacan-based Flos Conchas. As for choosing Rivera as her designer, Herrell also revealed that her choice was made with much reason. “I wanted to work with Cheetah Rivera because she supports plenty of Filipino artisans like the weavers in Ilocos Norte, the shoemakers in Marikina, and many more,” she said. 

Herrell’s approach is exemplary. By focusing on the craftsmanship and cultural significance of her outfit, she not only honors her heritage but also promotes the local industries that make such artistry possible. This kind of thoughtful representation can transform fashion coverage from superficial commentary to meaningful dialogue about cultural preservation and economic support for indigenous artisans. It can even bring a dying art form back to life. 

Ultimately, the SONA fashion coverage is merely a sideshow to the actual meat of the program: The President’s speech. Its value, however, lies in its potential to highlight and support our rich cultural heritage. By showcasing the best of Filipino design and craftsmanship, we create opportunities for local industries and foster a deeper appreciation for our cultural traditions. This is a powerful way to blend fashion with advocacy, making a statement that goes beyond aesthetics. The best way to go about it is to keep it classy and meaningful.

Related Tags

Carol RH Malasig MB Lifestyle Online Fashion and Beauty SONA 2024
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.