ADVERTISEMENT

Amir Khan looking to even the score at ONE Fight Night 14

Published Sep 26, 2023 09:01 am

At A Glance

  • Khan is slated to return to action against the Philippines' own Eduard Folayang at ONE Fight Night 14: Stamp vs. Ham, which broadcasts live from the Singapore Indoor Stadium on Saturday, Sept. 30. 

After a year-long hiatus from the ONE Championship Circle, Singaporean MMA sensation Amir Khan is ready to put retirement rumors to bed. 

image.png
Amir Khan (ONE Championship)

“I think it was just an assumption, as I was relatively quiet in the past year. I guess that fueled the speculation that I was retiring,” he said.  

Khan is slated to return to action against the Philippines’ own Eduard Folayang at ONE Fight Night 14: Stamp vs. Ham, which broadcasts live from the Singapore Indoor Stadium on Saturday, Sept. 30. 

The Singaporean previously faced off against Folayang in a ONE Lightweight MMA World Title bout in November 2018, which he lost by unanimous decision. 

“I’m very confident, and I’m ready. I’m approaching this like every other fight I’ve had in the past,” Khan said about the upcoming rematch. 

“In order to climb back to the top, you have to prove it with a statement. This match is the statement.” 

Folayang, meanwhile, enters the fight as part of his new team, Lions Nation MMA. “This is an important match for me. He [Folayang] is a legend of the sport, that is why I need to win,” Khan said. 

Khan turned pro in 2014 and upon entering the MMA scene, he quickly established himself as a fearsome striker with a penchant for spectacular finishes.  

At one point in time, Khan held the record for the most knockouts in ONE Championship. Currently, he holds the second-most knockout victories in the organization alongside former two-division ONE World Champion Aung La N Sang with nine. 

“I used to have three to four matches a year, but I took a short hiatus,” Khan said. “But I’m back and I’m as sharp as ever.”  

Needless to say, Khan has been training rigorously for his return to the Circle. And, as always, he is having his training camp at the prestigious Evolve MMA in Singapore. 

“In the past, I used to neglect certain areas of my training. But this time around, I've been training in every single aspect there is – clinch work, submission defense, traps, you name it – to make sure I am prepared for any scenario.” 

Helping him this time around is none other than Evolve MMA Instructor Adam Shahir Kayoom, one of the earliest pioneers of MMA in Asia as well as ONE Championship.  

With Kayoom’s immense knowledge and experience, Khan has been refining his techniques endlessly.  

“Amir has a very high fight intelligence. He understands his body well,” Kayoom said.  

“It’s very instinctive for him. When I give him instructions with regards to reactions and drills, he does it a couple of times and he understands it immediately thereafter.”

And even though Khan has not competed in an MMA bout since August 2022, the 28-year-old fighter has not lost a step in training camp. “It was like water on a duck’s back, man. It’s so easy for him,” Kayoom added. 

This is a rematch that has been nearly five years in the making, and with his sights set firmly on capturing a ONE Championship World Title, Khan is sure to be putting everything he has into this upcoming showdown. 

As Khan continues to dedicate himself to his daily training, the Evolve MMA instructors, as well as his fans, are expecting him to deliver a spectacular performance on September 30.  

“He’s [Amir] so eager, and he’s so strong, the idea is to get him to be patient,” Kayoom said. "We’ve looked at his opponent’s previous fights and we have a game plan, and I’m confident Amir is going to pull this off.” 

With both fighters eager to make a statement, the upcoming rematch is not just a return for Khan. It’s also an opportunity for redemption against a familiar foe.  

“The hard training is done, but I'm still pushing every day to stay healthy and mentally sharp so that I can focus on that day,” Khan said. “I’m at 100 percent now, and I’ll be at 100 percent then.” 

Related Tags

ONE Championship
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.