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

Gunther’s absence from the show seemingly suggests that he is taking some time away from WWE television and may not appear again soon. In this listicle, we will discuss three reasons why the former World Heavyweight Champion is absent from the TKO-led promotion.


#3. No creative plans for him after WWE SummerSlam

One of the primary reasons for Gunther’s absence could be that WWE has no creative plans for him left following SummerSlam 2026. Over the past few months, the former NXT UK Champion was involved in the Undisputed title picture.

The company was also building toward Nick Aldis vs. Gunther, which finally concluded with a match at SummerSlam, where The Ring General defeated The National Treasure.

Now, the Triple H creative regime executed all the plans WWE had for Gunther, and the lack of creative plans could be why he is absent from television.


#2. Took some time off

Gunther has been working as a full-time star and has rarely missed the weekly programs. The 38-year-old star retired Goldberg, John Cena, and AJ Styles from the squared circle and remains a major part of different storylines.

After working for months, almost every week, Gunther might have taken some time off from television. As a result, he is currently absent from the company and may return in the coming weeks.

Also, the Money in the Bank 2026 premium live event is almost two months away, so Gunther could return in time before the show.


#1. SmackDown’s main event scene is stacked

Things are getting HEATED in Philly! 😱 And it’s only just the start between Kevin Owens and CM Punk… 👊

The main-event scene on SmackDown is already stacked following the Biggest Party of the Summer. Randy Orton and Kevin Owens have returned to the blue brand. The Prize Fighter is chasing the Undisputed Championship against CM Punk, while The Viper and Cody Rhodes are finally set to close their chapter.

This stacked main-event scene could be another reason for The Ring General’s absence. WWE may not want to use Gunther in the mid-card scene, as it could hurt his momentum. As a result, he is currently absent from television and could return soon.

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-gunther-gone-from-wwe-tv?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