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

That said, let’s look at three things Liv Morgan could do on the first WWE SmackDown after Royal Rumble 2026:


#3. Call out Jade Cargill

The most natural step for Morgan on SmackDown would be to put the WWE Women’s Champion Jade Cargill on notice. The Storm won the title in November and has yet to defend it.

The Miracle Kid could remind everyone that she has already pinned The Storm in March last year, and tease picking Cargill as her opponent for WrestleMania 42.


#2. A heated confrontation with Jordynne Grace

Jordynne Grace recently moved to SmackDown and immediately set her sights on the WWE Women’s Championship. The Juggernaut and Jade Cargill have been trading both verbal and physical blows, but they have yet to lock horns.

If The Miracle Kid comes out on SmackDown to call out The Storm, Grace could interrupt her instead, claiming that she would become champion before WrestleMania 42.


#1. Liv Morgan could face Tiffany Stratton on SmackDown

Tiffany Stratton returned last weekend during the Women’s Royal Rumble Match to a huge ovation from the crowd in Riyadh. The Buff Barbie made it to the final two before being eliminated by Liv Morgan.

Liv Morgan outlasts Tiffany Stratton + Sol Ruca to win the Royal Rumble | WWE Royal Rumble | 1/31/26

During Morgan’s SmackDown appearance, Stratton could come out and call the Judgment Day member’s win a fluke. The confrontation could turn physical, potentially leading to Nick Aldis announcing a singles match between the two. The bout could be disrupted by Jade Cargill, who may take out both and stand tall.

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-things-liv-morgan-first-wwe-smackdown-royal-rumble-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