• Music
  • Fashion
  • Film
  • Travel
  • Shop
  • Instagram
  • Facebook
  • Twitter
  • Search

latest

New Music

White Lies spill on new album ‘Friends’ in exclusive Fault shoot and interview

Exclusive

Digital Farm Animals gives us an insight into the life of a producer

Music,Playlists

FAULT Weekly Playlist: Frankie + The Studs

Music

Q Magazine reveal nominees for the Q Awards 2016

Music,Playlists

FAULT Weekly Playlist: Julianne Glass

New Music

The Vamps appear on FAULT Magazine’s Online Cover

New Music

Premiere: Xander Ghost – Love In Silence

New Music

James Arthur reflects on his time away in exclusive Fault Magazine comeback shoot

Music

Jerry Williams in conversation with FAULT Online

New Music

AMTRAC’S “Stuck on a deserted Island” FAULT Playlist

New Music

Premiere: LISHI – Dropping Back

Uncategorized

Exclusive Tough Love playlist

  • 1
  • …
  • 216
  • 217
  • 218
  • 219
  • 220
  • …
  • 483

don't miss it. ever!

Our latest and greatest direct to your Inbox. You're Welcome.

    editorials

    Nothing found.

    Partners & Sponsors

    • Beyond Publishing Services
    • B Beyond Magazine

    Follow on

    Font Awesome Icons

    © FAULT Magazine. All rights reserved.

    document.addEventListener('DOMContentLoaded', function() { // Get all pagination links const paginationLinks = document.querySelectorAll('.pagination a'); paginationLinks.forEach(link => { link.addEventListener('click', function(e) { // Prevent default action e.preventDefault(); // Fetch the href of the clicked link let url = this.getAttribute('href'); // Adjust the URL for front-page pagination if needed if (window.location.pathname === '/' || window.location.pathname === '/index.php') { if (!url.includes('paged')) { url += (url.includes('?') ? '&' : '?') + 'paged=1'; } } // Redirect to the adjusted pagination URL window.location.href = url; }); }); });