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

It was a big surprise that the company didn’t wait until Money in the Bank 2026 PLE. In this listicle, we will be looking at three possible reasons why the sports entertainment juggernaut booked Randy vs. Cody for Sunday Night’s Main Event 2026.


#3 No World title matches have been announced for the show

BREAKING NEWS: At @WWE Sunday Night’s Main Event on September 6th in Atlanta GA, @CodyRhodes goes 1-on-1 with @RandyOrton.

No World title matches have been announced for Sunday Night’s Main Event. Roman Reigns is set for a title defense on September 14, 2026, on RAW in Mexico. Talking about CM Punk, the Undisputed WWE Champion will defend the gold against Kevin Owens in the forthcoming Toronto edition of SmackDown.

Considering that SNME needs a big match to attract an audience, WWE may have preferred to announce The American Nightmare vs. The Viper for this show. Also, with no World title match currently announced, this match could be the main highlight of SNME 2026.


#2 WWE may not want to wait until Money in the Bank

Cody Rhodes and Randy Orton have had unfinished business since WrestleMania 42, when The Apex Predator attacked The Prodigal Son after losing to him. As of now, MITB this year is almost one and a half months away, making it difficult for the company to keep this feud going at the same pace without a match until then.

As the Triple H-led creative regime may not want to wait until Money in the Bank, this could be the reason they announced this showdown for Sunday Night’s Main Event. Even now, WWE has the opportunity to book a trilogy match between them at the New Orleans premium live event.


#1 Turning Cody Rhodes heel at WWE SNME

WWE has teased Cody Rhodes’ heel turn multiple times, but the former Undisputed WWE Champion is yet to officially switch characters. The American Nightmare attacked Orton with a low blow on SmackDown to protect himself from the Legend Kil*er’s steel chair shot.

There is a scenario where the TKO-led promotion wants to finally turn Cody into a heel star, and this could be why they announced Orton vs. Rhodes for SNME in September 2026.

Later, if WWE books a third match between them at Money in the Bank, it will be a different bout, as Rhodes might have already turned heel by then, adding a new twist to their rivalry.

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/3-reasons-wwe-booked-randy-orton-vs-cody-rhodes-sunday-night-s-main-event-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