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

Nothing found.

latest

Exclusive

Alfred Enoch in FAULT Magazine Issue 26

Exclusive

Sophie Cookson – Queen of Kings – kills it in FAULT Issue 26 – The Millennial Issue

Exclusive

Tom Grennan storms the pages of FAULT Issue 26

Exclusive

Martin Garrix covers FAULT Issue 26 – available to order now

Fault Magazine

FAULT 26 – The Millennial Issue – is now available to order

Fashion Week

Jack Irving, Luke Anthony Rooney, and CAPLANENTWISLE

Runway

A.W.A.K.E.

Fashion Week

LFW SS18: Backstage with Faustine Steinmetz

New Music

Billy Lockett premieres new track ‘Who I Am’ exclusively on FAULT

Uncategorized

Kingsman: The Golden Circle – Finally, a spy movie that feminists can get behind.

Runway

Ashish

Fashion Week

LFW SS18: Backstage with Osman

  • 1
  • …
  • 189
  • 190
  • 191
  • 192
  • 193
  • …
  • 482

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