”
], { 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);
});
});
})();
#5. Drew McIntyre and Cody Rhodes aren’t Jacob Fatu’s mystery attacker
Jacob Fatu made his return last week on SmackDown, where he attacked Drew McIntyre and Cody Rhodes. Many felt that either The Scottish Warrior or The American Nightmare could be the mystery attacker of The Samoan Werewolf.
However, this doesn’t appear to be the case. On SmackDown, WWE officially announced a Jacob Fatu vs. Rhodes match for Saturday Night’s Main Event after a massive brawl erupted between them.
Additionally, there is no mention of the mystery attacker. This subtly confirms that neither McIntyre nor Rhodes is the mystery attacker, and that The Samoan Werewolf seemingly attacked them just to send a message.
#4. WWE is teasing Alexa Bliss’ heel turn
Alexa Bliss and Charlotte Flair’s split was teased on SmackDown when The Goddess raised questions about The Queen’s absence from last week’s show. Despite this, Bliss and Flair defeated Giulia and Kiana James in a tag team match.
A fan noticed that after Bliss’ victory, WWE played the heel theme song for Alexa, which subtly confirms that her heel turn is on the way to be executed by the company soon. This may lead to Flair and Bliss feud on the Road to WrestleMania 42.
#3. Cody Rhodes could win the Royal Rumble for the third time
Cody Rhodes finally addressed his loss to Drew McIntyre on the show and announced his official entry into the Men’s Royal Rumble match. The American Nightmare asserted that he will win the Rumble match for one more time to earn an Undisputed WWE Championship match at The Showcase of the Immortals.
Given the ongoing situation between Jacob Fatu, Drew McIntyre, and Rhodes, it seems Cody has a real chance to win the traditional match for the third time.
This may set up a Triple Threat feud at WrestleMania, where McIntyre could defend his Undisputed WWE Title against Jacob and Cody.
#2. Seeds planted for the Roman Reigns vs. Drew McIntyre match
When Drew McIntyre kicked off the show, he received massive cheers from the audience. Soon, the villainous star started mocking the crowd by pointing out his past feuds. McIntyre objected, saying no one supported him when Roman Reigns and The Bloodline were making his life hell.
The reference to the OTC suggests a feud between them may unfold in the near future.
#1. Sami Zayn vs. Drew McIntyre at Royal Rumble 2026
The Fatal Four-Way match is all set to take place at Saturday Night’s Main Event. Here, Sami Zayn, Trick Williams, Randy Orton, and Damian Priest will lock horns, with the winner earning an Undisputed Title match at Royal Rumble 2026.
Given that Rumble will take place in Riyadh, Saudi Arabia, it’s likely WWE will book the Sami vs. McIntyre match at the premium live event. This subtly confirms that the former Honorary Uce will emerge on top at SNME.
The chances are higher, especially since Saturday Night’s Main Event will air live from Montreal, QC, Sami Zayn’s hometown.
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/5-things-wwe-subtly-told-us-smackdown-january-16-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


