”
], { 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);
});
});
})();
“I have Shayna Baszler in my corner, who has been working with me on submissions, still to this day. I’m ready if she tries to pull a Sharpshooter or Rings of Saturn or whatever she wants. I’ve been training with Shayna, which is a fact. I owe her a lot of credit because she helps me a lot when it comes to my aggression and being very physical in the ring and all the submissions. She’s helped me tremendously. When you see me do a submission and all that stuff, she’s definitely been helping me, and I’m super appreciative of that,” said Kelani Jordan.
Jordan captured the NXT Women’s Title just this last Sunday at NXT Heatwave after defeating Kendal Grey. Now sitting at the top of the division, the champion prepares to defend her title against Jaida Parker on next week’s edition of WWE NXT.
WWE NXT Women’s Champion Kelani Jordan names her wrestling soulmate
In an interview with Denise Salcedo, Kelani Jordan named Sol Ruca as one of her wrestling soulmates. They have had a few tag team matches, always being rivals, and only two singles matches in WWE NXT.
The first one was at NXT Heatwave 2024 in Toronto, where Kelani came out successful, defending her Women’s North American Championship.
“Sol Ruca, I would say one of my wrestling soulmates,” she said.
The second match took place at NXT Battleground 2025 in Tampa, where Ruca defended the same North American title against Jordan. Only a blow-off match would settle their score, but it is unlikely to happen this year.
`;
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-recently-crowned-wwe-champion-reveals-still-trained-shayna-baszler?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













