ADVERTISEMENT

Iloilo City's 2 parties have no candidates for Congress, mayor

Published Oct 9, 2024 09:58 am

ILOILO CITY – The  two opposing political parties in this city are not fielding a candidate for Congress and mayor.

Team Gugma has no candidate for mayor and Team Uswag has no candidate for Congress.  

Thus, Rep. Julienne “Jamjam” Baronda of Team Gugma and mayoral candidate Raisa Treñas-Chu, the daughter of Mayor Jerry Treñas, of Team Uswag are poised to win in May.

 

TEAM USWAG.jpeg

TEAM Uswag led by Raisa Treñas-Chu (first row, fourth from left), daughter of Iloilo City Mayor Jerry Treñas. (Jerry Treñas Facebook)

Baronda and Chu were supposed to battle each other for congresswoman.

Mayor Treñas severed  alliance with Baronda last March when he announced that his daughter will replace her as congresswoman and he is running for a third term and final term as mayor.

But informal surveys showed that Chu was far behind Baronda as congressional candidate.

The return of former Mayor Jed Patrick Mabilog exacerbated the political situation that might have ended the reign of Mayor Treñas who has not been seen in public for more than two weeks due to alleged bile duct surgery.

In an October 3 statement, Mayor Treñas announced he is not anymore seeking reelection and endorsed his daughter who has never held any elective post.

Mabilog dropped his bid for mayor despite calls to run to fix the problems at City Hall under the Treñas administration.

Despite the statement of unity, Baronda and fielded separate candidates for vice mayor and two different slates for city council.

Incumbent Vice Mayor Jeffrey Ganzon is the vice mayoral candidate for the Chu camp.

TEAM GUGMA.jpeg

TEAM Gugma led by Iloilo City Rep. Julienne ‘JamJam’ Baronda (seventh from left). (Rep. Baronda Facebook)

Love Baronda, a former city councilor and the sister of Rep. Baronda, is running for vice mayor.

Running for councilor under Chu are incumbents Sedfrey Cabaluna, Romel Duron, Rex Sarabia, Frances Grace Parcon-Torres, Miguel Treñas, Rudolph Jeffrey Ganzon, Johnny Young, Alan Zaldivar, former councilors Lyndon Acap and Mandrie Malabor, as well as Nene dela Llana and Shiella Olid.

Running for councilor under Baronda are former councilor R Leone “Boots” Gerochi, Pastor Stanley Clyde Flores, Sheen Marie Mabilog, Jun Capulot, Mor Epinosa, Gene Manuel Ramos, Peter Emil Oñate II, Evony Deveza, and  Kesha Pesina.

Related Tags

REP. JULIENNE BARONDA Mayor Jerry Treñas 2025 elections Raisa Treñas-Chu Iloilo City Mayor Jed Mabilog
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.