”
], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();
Fatal Influence mocked Charlotte Flair and Tatum Paxley for losing to Jade Cargill’s team last week. Here’s the rundown for WWE SmackDown from Mexico City (September 11, 2026).
#7. Randy Orton wants No. 15
Orton opens the show by mocking Cody Rhodes’ “What Do You Want To Talk About?” catchphrase. The fans boo Rhodes when Orton mentions his name.
The Viper claims Cody showed the world that he wasn’t a killer at Sunday Night’s Main Event. He’s a good man.
It takes a lot to put down a legend. He ends by saying that anyone who comes between him and his 15th WWE Championship will get hit with an RKO.
#6. Rey Fenix vs. Ricky Saints – AAA Cruiserweight Title
Fenix gets a near fall off a Hurricanrana. Saints kicks Fenix to the outside. He turns a Suicide Dive into a DDT on the outside before posing back in the ring.
The champion battles back with his top-rope kick and a moonsault to the outside. Fenix hits a crossbody for a two-count. He goes for another move off the top, but Saints counters into a powerbomb for a near fall.
He adds a Revolution DDT, but Fenix kicks out. Saints goes for his finisher, but Rey counters into a stunner for two. The champ wins after hitting the Mexican Muscle Buster. Ricky declines a handshake after the match.
GRADE: B
#5. Paige’s no-nonsense approach against a former friend
Paige rushes the ring. She hits a Thesz Press early on. She tosses Nikki Bella around the ring by the hair. They battle on the outside with Paige throwing Nikki into the barricade.
Nikki trips The Anti-Diva and pulls her out of the ring, but can’t build her offense. Paige sends Bella into the steel steps.
She goes for more damage in the ring, but Nikki pulls the official into Paige’s way. Bella rolls Paige up for the win with her feet on the ropes.
GRADE: C
#4. The same message on a different night
Trick Williams kicks a soccer ball into the crowd. He thanks Lil Yachty for lasting long enough with Baron Corbin to give him another rematch for the United States Title. Williams introduces Yachty, but Corbin drags him out from the back. He then blasts Trick with a Kendo Stick.
#3. Chelsea Green defends the WWE Women’s Title against Nia Jax
Nia Jax catches Chelsea as she goes for a Suicide Dive. She shoulderblocks the champ over the announce desk. Green hits a kick and dropkick off the top, sending Nia to the outside again.
The Annihilator throws the champ into the barricade. She hits a Uranage and a Senton back in the ring. Green fights back by slamming Jax off the top. She hits a Hurricanrana and knees to the back.
Chelsea goes for a stomp, but Jax catches her and lands a Samoan Drop for two. Nia pulls off the mask before tossing her to the outside. Lash Legend lines up for a cheap shot, but Tiffany Stratton takes the punch after pushing Green out of the way.
Nia hits Chelsea and goes for the Banzai Drop, but Green moves. She puts the mask back on and goes to the top. She headbutts Nia before hitting an Unprettier off the top for the win.
GRADE: B-
#2. The War Raiders defend the AAA Tag Team Titles against Damian Priest/R-Truth
Erik and Ivar rush the challengers at the bell. Erik kicks Priest on the outside. Ivar lands a splash for a one-count. Truth makes the tag to Priest. He drops both Raiders with elbows and kicks.
Damian hits a Flatliner on Ivar for a two-count. Erik pulls his partner out of the ring as Priest goes for a move. Priest takes both men out with a crossbody off the steel steps.
Truth hits John Cena’s moves off the hot tag, but Ivar tags in. He hits an Attitude Adjustment on the big man, but Erik stops the pin. The Raiders hit Priest with the pop-up powerslam.
Ivar hits Truth with a spinning heel kick. They hit Truth with Ragnarok for the win. The former WWE World Heavyweight Champion turns on Truth after the loss.
GRADE: B-
#1. CM Punk vs. Sami Zayn for the WWE Championship
Punk seemingly hurt his knee after hitting Sami in the gut. He rolls to the ring apron, but Sami clips his knee from behind. He blasts the injured knee against the ring post. Zayn gets in the referee’s face.
The WWE Champion fights back with some punches and a neckbreaker. He targets Sami’s injured wrist. Sami counters Go To Sleep into a Figure Four Leglock. Punk breaks it with the ropes. Zayn hits a Superplex, but cannot take advantage.
He goes for a Blue Thunder Bomb but can’t lift Punk due to his wrist. He hits it after Punk almost runs into the referee. Sami hits an Exploder Suplex and goes for the Helluva Kick. The champ hits a Lariat and Got To Sleep, but Sami kicks out at two.
Johnny Gargano comes down to distract Punk. Sami rolls up the champ and locks in the Figure Four Lock again. Punk grabs the injured wrist and locks in the Anaconda Vice. Sami taps, but the official is distracted by Candice LeRae.
Gargano tries to hit Punk with the WWE Title belt but gets hit with a Go To Sleep. The official tries to move Gargano out of the ring. Kevin Owens comes down and accidentally hits Punk with the belt after targeting Sami.
He goes to hit Sami, but Sami lands a low blow. Zayn hits the Helluva Kick to win the WWE Championship for the second time this year!
GRADE: B+
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/wwe-smackdown-mexico-city-results-review-september-11-2026-cm-punk-chelsea-green-put-titles-line?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…
Read the full article here












![Backstage update on Oba Femi seemingly angering people with unscripted WWE RAW moment [REPORT]](https://litsportsnews.com/wp-content/uploads/2026/09/e4207-17891545521911-1920-450x300.jpg)
