ADVERTISEMENT

Manny Pacquiao calls it a career after 26 years

Published Sep 29, 2021 02:41 pm

Manny Pacquiao (AFP)

It’s official. Manny Pacquiao is done with boxing.

Pacquiao, an eight-division world champion who built a legendary career with his "never say die" attitude that mesmerized fans from around the globe, bid the sport farewell after 26 years as a professional boxer.

He last fought Yordenis Ugas of Cuba, which ended with a unanimous decision defeat last August 21 at the T-Mobile Arena in Las Vegas. At 42-year-old, Pacquiao had a ring record of 62 wins, eight losses and two draws with 39 KOs.

In a 14-minute video posted Wednesday, Sept. 29, Pacquiao said it was time for him to go.

“It is difficult for me to accept that my time as a boxer is over,” said Pacquiao.

“Today I am announcing my retirement. I never thought that this day would come. As I hang up my boxing gloves, I would like to thank the whole world and especially the Filipino people for supporting Manny Pacquiao.”

“Good bye boxing. I just heard the final bell... tapos na ang boxing.”

The native of General Santos City previously mentioned his plans to retire, which Manila Bulletin first reported following an interview with TV host Toni Gonzaga two weeks ago.

Pacquiao, a Philippine senator who recently announced his plans to seek the presidency in the 2022 elections, is an icon in the boxing world where he is known as the ‘Pacman’ – a moniker he earned when he started fighting in the US in 2001, some six years after his first pro bout in 1995 at age 16.

The lightning-quick southpaw would team up with legendary Hall of Fame trainer Freddie Roach and it immediately paid dividends as Pacquiao scored a stunning win against Lehlo Ledwaba via a sixth-round TKO for the IBF junior featherweight title.

That Pacquiao-Roach tandem would produce several more memorable fights, including those against Mexicans Marco Antonio Barrera, Eric Morales and bitter rival Juan Manuel Marquez.

Pacquiao also fought bigger opponents in Miguel Cotto of Puerto Rico, Mexico’s Antonio Margarito, Ricky Hatton of United Kingdom, Joshua Clottey of Ghana and Americans Timothy Bradley Jr., Shane Moseley and the legendary ‘Golden Boy’ Oscar de la Hoya.

Of course, there was that biggest and lucrative fight against Floyd Mayweather Jr. back in May of 2015.

With all these fights, Pacquiao can’t help but to look back and thank the people that guided him – especially when he was just starting his career.

“Boxing has always been my passion, I was given the opportunity of representing the Philippines, bringing fame, honor to my country every time I entered the ring. I am grateful for all my accomplishments and the opportunity to inspire the fans,” said Pacquiao.

In particular, Pacquiao thanked his former manager, the late Rod Nazario, and also Roach.

“He (Nazario) brought me to the United States 20 years ago and arranged my introduction to my trainer Freddie Roach at the Wild Card Gym. Freddie was not only my trainer, but also my family, a brother and a friend,” he said.

He also acknowledged longtime coach Buboy Fernandez, as well as boxing promoters Bob Arum of Top Rank, Al Heymon of Premier Boxing Championship and Sean Gibbons, who heads his boxing outfit MP Promotions.

Known as a religious person as he and wife Jinkee – with their five children – proclaim God’s words, Pacquiao said, “Without him I am nothing”.

“I give all glory to God, who made it happen.”

Related Tags

Marco Antonio Barrera Pacman eight division world champion Erik Morales Osacar de la Hoya Juan Manuel Marquez Freddie Roach Floyd Mayweather Jr. Boxing bob Arum Manny Pacquiao champion of the Rose
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.