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

Music Features

Måneskin’s Damiano David: “I was really facing the pressure, the anxiety, the fatigue, and I needed a fresh start”

The Måneskin frontman meets NME in London to discuss his debut solo album ‘Funny Little Fears’, the sense of belonging he’s found in LA, and the lessons he'll take forward when the band returns

What’s 2025’s song of the summer?

From ‘Gnarly’ to ‘Relationships’, NME staff suggest a few choice selects that are shaping up to soundtrack the season

The best UK Pride 2025 gigs to get tickets for

Whatever music you’re into, it’s time to party in the name of equality

Welcome to the intriguing world of Sex Mask

Simultaneously extroverted and enigmatic, and with lyrics that merge Greek mythology and theological imagery, this Melbourne post-punk trio are set to be Australia's next breakout stars

Yungblud is ready to leave his idols behind

Ahead of the first part of ‘Idols’, Dom Harrison talks to NME about the rebirth of Yungblud, the “darker, downward spiral” of part two and why he feels “intertwined” with Charli XCX

Holly Johnson: “‘Relax’ keeping ‘Radio Ga Ga’ off Number One must have been like a knife through Freddie Mercury’s heart”

In Does Rock ‘N’ Roll Kill Braincells?!, we quiz an artist on their own career to see how much they can remember. This week: Frankie Goes to Hollywood's Holly Johnson

The biggest blockbuster pop gigs of summer 2025

Need some tips for the sunny season? We’ve got you covered

ARTMS on hard times, healing and hopeful reunions: “There was a moment when our wings were broken quite publicly”

After what can only be described as a rough patch for the quintet, ARTMS open up to NME about providing light for their fans, being a testament to perseverance, and using it to fuel their new EP, 'Club Icarus'

Brian Wilson, 1942-2025: culture-defining innovator who represented pop music’s awakening

The tortured but brilliant creative mind and bedrock of The Beach Boys forever changed how artists and audiences alike create and consume music, helping build a limitless new world with his playful pop songs

Sly Stone, 1943-2025: fearless truth teller whose sonic adventures were an absolute riot

Along with his Family Stone, the funk and soul pioneer made joyful music with a social message that’s still vital today
Advertisement