`; // 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); }); });

Blogs

Sombr and Dijon ripped up the rulebook on day one at Sziget Festival 2026

In partnership with Sziget Festival Words: Jordan Bassett and Rhian Daly Not for nothing is Sziget Festival held on a stretch of land dubbed ‘The Island...

Meet KatzPascale, the chamber music duo putting audiences in a trance

In stumbling upon a once-in-a-lifetime creative synergy, the saxophonist and cellist, co-signed by Fred Again.., are rewriting the rules of live music and making you cry in the process

Adult DVD face reality on clubby new single ‘Rolling Face’: “A job in a suit can only get you so far”

The rising Leeds dance band have also announced a series of album launch parties

Florence Road tackle “feeling out of place, lost and confused” on soaring new single ‘7563’

"This song means the world to us. For anyone with the strange feeling of becoming a stranger to yourself"

iKeda is building her own world full of bubbly electropop gold

The London-based singer and DJ, who supported PinkPantheress on tour earlier this year, is on the path to pop stardom. She’s taking each step in her stride – and very seriously

UK drill pioneer PS Hitsquad on his solo debut: “I feel like I’ve spent my whole life on license”

The former Zone 2 member's debut album documents his experiences of incarceration, becoming institutionalised and "learning how to live again"

Meet Trim, the new “princess of rap” with a larger-than-life personality

From one of Charleston's shyest kids to rap's fastest-rising star, the 19-year-old is building a career on fearlessness, instinct and unwavering self-belief

Villanelle talk new music and huge plans for 2027: “Some might say we are locked in”

Speaking to NME at Mad Cool 2026, the rising grunge stars shoot down Oasis '27 rumours and tell us why "next year will be the year of Villanelle…”

Chloe Slater on becoming “desensitised” to politics and social media: “You need to feel shocked – but that’s difficult when news is constantly accessible”

The singer spoke to NME at Mad Cool about keeping up the "passion" to bring about change, not getting "burnt out", the inspiration behind debut album 'Riot Youth', Count Binface, and more

Listen to Keo’s soaring new single ‘Pistol’

The band, who recently opened for Wolf Alice at London's Finsbury Park, release their debut album this autumn, following slots at Reading & Leeds
Advertisement