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

Rhodes successfully defended the Undisputed WWE Championship against Randy Orton at WrestleMania 42. Orton formed an alliance with Pat McAfee on the road to WrestleMania but betrayed the NFL punter at The Show of Shows. The Viper attacked Rhodes following the loss and punted him in the head.

Cody Rhodes lost the title to Sami Zayn in a Triple Threat match at Night of Champions. Zayn only held the title for nine days before dropping it to CM Punk. The Second City Saint is scheduled to defend the championship against Zayn on next week’s edition of SmackDown in Mexico City. Roman Reigns will also be putting the World Heavyweight Championship on the line against Penta on the September 14 edition of RAW.

AEW World Champion Will Ospreay mocks Cody Rhodes’ WWE presentation

Will Ospreay recently took a shot at Cody Rhodes’ WWE entrance theme. Ospreay defeated Kenny Omega in the main event of All In 2026 last Sunday to become the new AEW World Champion.

In an interview with SHAK Wrestling, Ospreay admitted that he was not a fan of Rhodes’ current theme and revealed he preferred “Smoke & Mirrors” as his entrance song. Rhodes currently uses Downstait’s “Kingdom” as his theme song in the promotion.

“Smoke and Mirrors. The ‘Kingdom’ thing is wearing off on me now. I’m a little bit like, ‘All right, I’m over this s*** now,” he said. (H/T: Ringside News)

Cody Rhodes says if he were to ever turn heel he will not use his iconic theme song ‘Kingdom’ anymore.

It will be fascinating to see if Randy Orton can defeat Cody Rhodes at Sunday Night’s Main Event and avenge his loss at WrestleMania 42.

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-cody-rhodes-references-huge-star-ahead-wwe-snme?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