”
], { 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);
});
});
})();
According to the Wrestling Observer, Cody Rhodes is set to headline Night 1 of WrestleMania 42, where he will challenge Drew McIntyre for the title. Jacob Fatu could also be added to the contest, making it a Triple Threat Match in the process.
Rhodes and McIntyre have crossed paths on multiple occasions since 2025, with The American Nightmare successfully retaining the Undisputed WWE Championship against the current champion.
Cody Rhodes opened up about losing at the Allegiant Stadium at WrestleMania 41
Cody Rhodes lost to John Cena in the main event of WrestleMania 41, with Cena becoming a 17-time WWE World Champion.
Speaking on Grave Conversations, The American Nightmare reflected on his loss in Las Vegas last year. He said:
“Well, I mean, for me, the thing that’s always made me feel most alive and now more than ever, really just the fire is not even close to being out. I love pro wrestling. I love sports entertainment. I love WWE. The fact that we’re heading towards WrestleMania again in Las Vegas, and the idea that I lost at Allegiant Stadium. You’ve got 50 to 80,000 people at these events two nights in a row. To perform in stadiums as a wrestler who watched you I talking about my first match in front of maybe you know generously 60 people to be in front of stadiums,”
Cody Rhodes will have the opportunity to regain the Undisputed WWE Title at WrestleMania 42 if he challenges for it.
`;
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/rumor-breaking-cody-rhodes-main-event-wrestlemania-42-top-wwe-superstar-reports?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













