ADVERTISEMENT

Aumentado leads reopening of Virgin island

Published Feb 3, 2026 05:48 pm

BOHOL Gov. Aris Aumentado leads the reopening of the Virgin Island in Panglao, Bohol on Tuesday, Feb. 3. (Contributed photo)
BOHOL Gov. Aris Aumentado leads the reopening of the Virgin Island in Panglao, Bohol on Tuesday, Feb. 3. (Contributed photo)
CEBU CITY – The province of Bohol, the country’s first and only UNESCO Global Geopark, continues to strengthen its commitment to balancing environmental protection with inclusive economic growth.
Gov. Aris Aumentado highlighted this as he led the official reopening of Puntod Island, popularly known as Virgin Island, on Tuesday, Feb. 3.
The reopening of the popular tourist spot marked renewed efforts to revive local livelihoods while ensuring that environmental integrity remains a top priority.
In his message, Aumentado congratulated and thanked stakeholders, especially the Department of Environment and Natural Resources (DENR) and the local government of Panglao.
He underscored that tourism cannot be sustained if environmental protection is neglected, stressing the need to strike a balance between economic activity and ecological preservation.
The governor called on stakeholders and communities to unite in safeguarding Bohol’s natural resources and emphasized the importance of responsible management to ensure that Virgin Island remains a viable and well-protected tourism asset.
“I hope those stakeholders will help those who manage the island, especially the local government unit and DENR to sustain tourism and for your livelihood to continue,” Aumentado said.
DENR-Central Visayas Regional Director Laudemir Salac emphasized that the reopening of Virgin Island is governed by clear terms and conditions, including a new management system, defined visitor guidelines, and strengthened environmental safeguards.
“What happened in the past will not happen again. We want the opening of the Virgin Island to be sustainable. We make sure that the support of the inter-agencies has a bigger role. We cannot only make it with DENR," Salac said.
Following the ceremonial program, officials led a ribbon-cutting to formally mark the reopening of Virgin Island, symbolizing a new chapter in its management and development. A blessing of the island was also conducted, highlighting the shared hope for its protection, responsible use, and continued contribution to the province’s tourism and local economy.
Virgin Island was temporarily closed in September 2024 following incidents of coral vandalization, illegal collection of fees, poor waste management, and other concerns.
Aumentado reminded the DENR-7 of the provincial government’s ongoing efforts to review and finalize guidelines on whale shark interaction activities in the province.
He said he has no problem resuming these activities as long as operators agree to stop the practice of feeding these whale sharks to lure them to nearby areas.
“There’s no problem with the opening but the question is, are they (tour operators) willing that there will be no feeding anymore? Because this is the reason why this was closed,” Aumentado said.
Aumentado warned that feeding of whale sharks will be strictly prohibited. “Sorry na lang. Di gyud mahitabo na ang inyong gusto (I’m sorry but what you want will not happen),” he said.
Feeding of whale sharks is prohibited under a provincial ordinance.
The provincial government decided to temporarily suspend whale shark interactions in the towns of Lila, Alburquerque, and Dauis in February 2025 after an inter-agency investigation revealed violations such as the illegal feeding of whale sharks with krill.

Related Tags

Bohol Virgin Island Gov. Aris Aumentado
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.