ADVERTISEMENT

Historical marker unveiled for Simboryo ng Taguig

Published Nov 22, 2025 02:34 pm
The Simboryo ng Taguig (Photo from the Taguig City government)
The Simboryo ng Taguig (Photo from the Taguig City government)

The National Historical Commission of the Philippines (NHCP) unveiled the historical marker for the Simboryo ng Taguig inside the Sta. Ana Catholic Cemetery in Barangay Tuktukan on Nov. 21. 

The  Simboryo ng Taguig is a landmark in the city  and managed by the Memorial Department of the Diocese of Pasig. It is part of the Sta. Ana Church complex and was declared as Important Cultural Property by the National Museum in 2017.

The NHCP stated that the Simboryo ng Taguig was “constructed in the 19th Century in line with the instruction by King Carlos IV for separate cemeteries from churches following the outbreak of widespread epidemics.” 

“The initial structure was damaged during the 1882 earthquake and subsequently rebuilt under the guidance of Fr. Guillermo Diaz, OSA in 1885. The building served as the headquarters of Filipino revolutionary forces under Gen. Artemio Ricarte before it was captured and repurposed as a temporary barracks by the US Army during the Philippine-American War from 1899-1901. After decades of neglect, the structure was restored by the Archdiocese of Manila during the 1980s. It was declared an Important Cultural Property by the National Museum of the Philippines as part of the Santa Ana Church Complex in 2017. It remains as one of the best examples of cylindrical domes in stone chapels in the country,” it added. 

The unveiling of the historical marker for the Simboryo ng Taguig (Photo from the Taguig City government)
The unveiling of the historical marker for the Simboryo ng Taguig (Photo from the Taguig City government)
The unveiling of the historical marker for the Simboryo ng Taguig (Photo from the Taguig City government)
The unveiling of the historical marker for the Simboryo ng Taguig (Photo from the Taguig City government)
The historical marker for the Simboryo ng Taguig (Photo from the Taguig City government)
The historical marker for the Simboryo ng Taguig (Photo from the Taguig City government)
The unveiling of the historical marker for the Simboryo ng Taguig (Photo from the Taguig City government)
The unveiling of the historical marker for the Simboryo ng Taguig (Photo from the Taguig City government)
The unveiling of the historical marker for the Simboryo ng Taguig (Photo from the Taguig City government)
The unveiling of the historical marker for the Simboryo ng Taguig (Photo from the Taguig City government)

The ceremony was attended by NHCP Chair Regalado Trota José Jr. and Executive Director Carminda Arevalo, together with representatives from the Diocese of Pasig, the Archdiocesan Shrine of St. Anne, barangay leaders, city officials, and Taguig residents. 

Also in attendance were Councilor Jomil Bryan Serna, who represented Mayor Lani Cayetano Rev. Fr. Orlando B. Cantillon, rector and parish priest of the Minor Basilica of St. Anne, and Bishop Hubert Mylo Vergara.

Members of the Taguig Cultural Mapping Project Team and the Taguig Heritage Society also attended the ceremony. 

The program featured  the historical presentation of the Simboryo, the ceremonial unveiling of the marker, the signing of the certificate of transfer and acceptance, an oath to safeguard the structure, and cultural performances by members of the Archdiocesan Shrine of St. Anne.

Vergara expressed the Diocese of Pasig’s appreciation for the recognition:

“Isa pong malaking karangalan para sa aming Diyosesis na ang ating Simboryo ay binigyan ng marker ng National Historical Commission of the Philippines. Tayo po ay lubos na nagagalak at umaasa na ito ay maging daan para lalo nating panindigan ang ating pagmamahal sa kasaysayan (It is a great honor for our Diocese that our Dome has been given a marker by the National Historical Commission of the Philippines. We are very happy and hope that this will be a way for us to further uphold our love for history),” he said. 

“Isa na namang mahalagang bahagi ng ating pagkakakilanlan ang pormal na minarkahan ngayon. Ang pagkilalang ito ay paanyaya para mas mapaigting pa natin ang pangangalaga at maipakita ang ambag ng Lungsod ng Taguig sa kasaysayan ng ating bansa (“Another important part of our identity is being formally marked today. This recognition is an invitation for us to further enhance our preservation and showcase the contribution of Taguig City to the history of our country),” said Serna. 

Related Tags

METRO NEWS
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.