”
], { 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);
});
});
})();
Hayes defended the title regularly but dropped it to Sami Zayn in March with WrestleMania 42 around the corner. This led to him missing the chance to compete on the Show of Shows.
Still, he has remained in the US title picture, and a few weeks ago on SmackDown, he faced champion Trick Williams in a non-title match. However, he is set to miss out on another marquee event, as he is not booked for SummerSlam, with Baron Corbin facing Trick Willy for the title.
This has led to growing frustration among his fans, and Carmelo Hayes also chose a subtle way of expressing his unhappiness. Taking to X, he posted a photo of Golden State Warriors star Steph Curry sitting on a bench looking disappointed. This photo seemingly reflects Hayes’ own frustration with being left out of SummerSlam.
The former NXT champion had also retweeted a meme on X about him disappearing before every big PLE.
WWE doesn’t see Carmelo Hayes as their favorite guy
Carmelo Hayes being left out of the SummerSlam was a surprise since the returning Baron Corbin attacked both him and Trick Williams. All signs pointed to a Triple Threat match at the Biggest Party of the Summer, but that’s not the case.
His booking has led some fans to speculate that there might be backstage heat on him. During a recent Q&A, WrestleVotes addressed why Hayes wasn’t on the SummerSlam card.
They mentioned that the former US champion hasn’t done anything wrong and there is no heat on him, but he is just not one of the favorites of the creative.
They pointed out that it was simply a case of WWE picking its favorites for the biggest shows, and Hayes is not seen in that position.
`;
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-carmelo-hayes-unhappy-wwe-role?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













