], { 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);
});
});
})();

During the Backlash 2026 Post-Show, Trick Williams claimed that, apart from him, nobody’s worthy of the title now. Williams was asked if they had chosen at least someone whom they think should be. Fans back there then started chanting for a star, his former rival, who has been out for a while, in Carmelo Hayes. The United States Champion heard them and asked whether they wanted to see “Trick vs. Melo.”

He further claimed that they’ll have to see if it happens or not; more so, Lil Yachty will see what comes up next.

“Y’all wanna see Trick versus Melo? The people have spoken. I mean, shoot. Let’s see what happens. We’ll see what happens. Lil Yachty go about it and see what we come up with,” said Trick Williams (42:32 onwards)

WWE Backlash Post-Show: May 9, 2026

Hayes has been out of WWE programming ever since losing the rematch for the US title against then-champion Sami Zayn on SmackDown.

Hayes initially held the United States Championship from late December till the early April. Sami defeated Carmelo in an Open Challenge for that title and held it until WrestleMania 42. There, he dropped it to the current title-holder, Trick Williams.

Now, fans want Zayn to move on from the title picture and pave the way for Melo and Trick to rekindle their rivalry.

What else happened at WWE Backlash 2026?

WWE kicked off Backlash with Bron Breakker vs. Seth Rollins, a match that was brewing for months. Next up was the aforementioned Trick Williams vs. Sami Zayn’s WrestleMania rematch. This marked Williams’ first successful title defense. Both these matches were part of the first-hour streaming on ESPN 2.

Elsewhere on the show, Danhausen unveiled Minihausen as his mystery partner to face The Miz and Kit Wilson in a tag team match. ‘Hausens came out on top, keeping Danhausen’s undefeated streak alive in WWE. Then Iyo Sky defeated Asuka in a student vs. mentor match, which saw the Genius of the Sky emerge victorious. In the aftermath, the Empress of Tomorrow broke character and seemingly closed the in-ring chapter.

In the main event, Roman Reigns defeated Jacob Fatu to retain his World Heavyweight Championship in his first defense.


If you use quotes from this article, please credit WWE and give an H/T to Sportskeeda Wrestling for the transcription.

Why did you not like this content?


`;
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/news-huge-wwe-return-teased-backlash-2026?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

Leave A Reply

Exit mobile version