The Cover
News
Music
Film
TV
Gaming
Festivals
Gig Guide
Radar
Search
The Cover
News
Music
Film
TV
Gaming
Festivals
Gig Guide
Radar
Search
`; // target the cover menu item const target = document.querySelector('#menu-header-uk-1 .menu-item-2911415'); // position popover to the left if the target is on the right half of the screen if (target.getBoundingClientRect().right > document.documentElement.clientWidth / 2) { popover.classList.add('left'); } target.appendChild(popover); // used to check if the article info let articleTitle = ''; function decodeHtmlEntities(str) { const txt = document.createElement('textarea'); txt.innerHTML = str; return txt.value; } // fetch info once, then show popover on hover target.addEventListener('mouseover', async () => { if (!articleTitle) { const [coverRes, articleRes] = await Promise.all([ fetch('https://www.nme.com/wp-json/wp/v2/posts?categories=268320&per_page=1&_fields[]=thumbnail_url&_fields[]=featured_media'), fetch('https://www.nme.com/wp-json/wp/v2/posts?categories=268101&per_page=1&_fields[]=title&_fields[]=link'), ]); const [cover, article] = await Promise.all([coverRes.json(), articleRes.json()]); articleTitle = decodeHtmlEntities(article[0].title.rendered); document.querySelector('#the-cover-article-title').textContent = articleTitle; document.querySelector('#the-cover-article-title').href = article[0].link; document.querySelector('#the-cover-image-link').href = article[0].link; document.querySelector('#the-cover-read-now').href = article[0].link; document.querySelectorAll('#the-cover-image').forEach((img) => { // add size modifier to the cover image url img.src = cover[0].thumbnail_url.replace(/(\.[\w\d_-]+)$/i, '-400x500$1'); }); // document.querySelector('#the-cover-image-link').href = article[0].link; } setTimeout(() => popover.classList.add('active'), 0); }); // hide popover on mouse leave target.addEventListener('mouseleave', () => { setTimeout(() => popover.classList.remove('active'), 0); }); });
Guides
Today’s Wordle answer and hints for #1458 on June 16
There's no need to lose your streak - here's the 'Wordle' answer for today
‘Connections’ answers and hints for today, June 16
Here are hints, groups and answers for 'Connections' #736
Globle answer today – here’s the answer and hints for June 16
Where in the world?
Framed answer today – here’s the solution for June 16
You’ve been framed
PS Plus June 2025 games – confirmed Essential, Extra, and Premium games
Another great month, or a stinker?
All 2025 game release dates for PS5, PS4, Xbox, PC, and Nintendo Switch
A stacked lineup already
How to get the Kamek item in ‘Mario Kart World’
What does it do?
All confirmed Marvel Tokon Fighting Souls characters so far
Returning classics, new faces, and surprises in store
The best karts in ‘Mario Kart World’
The must-use rides in the game
How to unlock stickers in ‘Mario Kart World’
Deck out your ride
1
2
3
...
62
Page 1 of 62
Advertisement