ADVERTISEMENT

Davao City officials hail successful staging of Kadayawan 2026

Published Aug 18, 2026 07:37 pm
(Kadayawan sa Davao facebook page)
(Kadayawan sa Davao facebook page)
DAVAO CITY – Davao City officials described the 2026 Kadayawan sa Dabaw Festival as a successful celebration that showcased the city's culture, diversity, and economic potential.
Mayor Sebastian Duterte praised the city's security personnel and partner agencies following the peaceful "Indak-Indak sa Kadalanan and Pamulak sa Dabaw" on Sunday, August 16.
He thanked the Public Safety and Security Office, the Davao City Police Office, and other agencies for keeping everyone safe during the festival's major events and other activities.
The DCPO led security operations along the Davao Coastal Road, working with the PSSO, other law and traffic enforcers, and the City Tourism Operations Office.
Duterte recognized how the security personnel managed crowd safety and traffic as thousands of spectators attended the festival's major events.
In the Indak-Indak competition, Balangay City High School of Mati City won first place in the Open Category and received P2 million, the biggest cash prize in the festival's history.
The 161-member group also won awards for Best in Costume, Props, and Aesthetic; Best Choreography; and Best Street Dance.
Sindac Anib Performing Ensemble of Bislig City, Surigao del Sur, placed second and received P800,000. It also won Best in Music.
Councilor Myrna Dalodo-Ortiz, chairperson of the Committees on Tourism and Beautification and on Trade, Commerce and Industry, said the city is pleased with the festival's turnout.
She thanked the Kadayawan organizers, the city government, security personnel, businesses, artists, volunteers, and media partners for making the celebration a success.
"Kadayawan is more than a festival as it reflects the identity, traditions, and unity of Davaoeños," Ortiz said during a privilege speech at the Davao City Council on Tuesday, August 18.
Ortiz also recognized the 11 Deputy Mayors representing the city's cultural communities for helping keep their traditions and identities at the center of the festival.
"Your traditions, stories, music, dances, artistry, and heritage give Kadayawan its soul and authenticity," the councilor said, referring to the deputy mayors of the city.
She also said the festival helped boost local businesses and created opportunities for micro, small, and medium enterprises, farmers, artisans, tourism workers, and other businesses.
"Festivals, when properly planned and sustainably managed, can serve as platforms for culture, tourism, livelihoods, trade, and inclusive economic development," Ortiz said.
Ortiz urged continued efforts to preserve Kadayawan's culture, support local businesses, promote tourism, protect the environment, and benefit local communities.
She supported a proposed resolution recognizing the successful Kadayawan 2026 celebration and the contributions of the organizers, government agencies, and partner agencies.
Ortiz said the festival's conclusion should also serve as an opportunity to evaluate the celebration and improve future editions.
DCPO director, Police Colonel Peter Madria, said Kadayawan sa Dabaw 2026 concluded with a zero-incident security record across all official festival events.
Madria credited the success to the teamwork of the city government, police, security agencies, and community volunteers.
The police official said security forces maintained a strong presence through strategic deployment, proactive threat management, and heightened visibility throughout the festivities.
He also credited Davaoeños and visitors for their cooperation and discipline in following safety protocols, which he said helped keep festival venues secure.

Related Tags

Davao Kadayawan
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.