”
], { 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);
});
});
})();
Speaking on Behind The Turnbuckle Studios’ 2 Count Tuesday, Jonathan Coachman believes WWE needs to stop having two-night stadium events, as they’re not able to sell them out. Instead, Coachman suggested that the company should ditch its greed for two nights and host events in stadiums for a night.
“This two-night nonsense, because 60,000 fans for a show is a lot of people. Even if it’s one night, it’s a lot of people. We’ve got to get over the fact that we only have 25,000 tickets sold. That’s a lot of people for a wrestling show. We would’ve k*lled for that. There’s only one show or maybe two that you put in a stadium, and that’s WrestleMania and SummerSlam. There doesn’t need to be two nights because if we had this one night properly priced, you could put 66,000, and it would look amazing. They’re trying to not only cap ticket prices; they’re trying to be greedy and double down. No more two-night shows. It’s got to stop,” Coachman said.
WWE confirmed 9 matches for SummerSlam 2026
SummerSlam in Minnesota is less than two weeks away, and management has confirmed multiple matches for the two-night event in August. However, the card isn’t complete, as the company will add more matches to the show before the event.
Official card for SummerSlam 2026:
- Roman Reigns (c) vs. Seth Rollins in a singles match for the World Heavyweight Championship
- CM Punk (c) vs. Cody Rhodes in a singles match for the Undisputed WWE Championship
- Liv Morgan (c) vs. IYO SKY in a singles match for the Women’s World Championship
- Brock Lesnar vs. Oba Femi in a Hell in a Cell match
- Penta (c) vs. Chad Gable in a singles match for the Intercontinental Championship
- Fatal 5 Way Ladder match to crown the new Interim WWE Women’s Champion
- Nick Aldis vs. Gunther in a singles match
- Danhausen vs. Dominik Mysterio in a singles match
- The Bloodline vs. LA Knight, Royce Keys, and Solo Sikoa in a six-man tag team match
As of writing, Jade Cargill and Tiffany Stratton have qualified for the upcoming ladder match, and three more spots are still available.
If you use quotes from the article, please credit Behind The Turnbuckle Studios and provide an H/T to Sportskeeda Wrestling for the transcription.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-two-night-nonsense-veteran-details-wwe-s-biggest-problem?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



