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

Nothing found.

latest

Fashion

LCM AW16, Editor’s Picks:Day one

Fashion

Robert Sheehan for FAULT Magazine issue 22 – Sneak Peek

New Music

FAULT Magazine Weekly Playlist: Sneaky Sound System

Music,Playlists

FAULT Magazine Weekly Playlist: JR Nelson

Fault Focus

Makeup Artist Lan Nguyen-Grealis talks ‘Art & Makeup’ with FAULT

Music,Playlists

FAULT Magazine Weekly Playlist: My Gold Mask

Fashion

Jamie Campbell Bower is FAULT Issue 22’s Menswear cover

New Music

Lucius debuts lead single ‘Born Again Teen’ in anticipation for new album ‘Good Grief’

Uncategorized

MDNGHT release music video to ‘I will lead you on’

Uncategorized

FAULT Magazine book must-haves: ‘Archive: McQueen: Backstage — The Early Shows’

Uncategorized

Robert Sheehan Brings Cartoons To Dalston With Joe Sangre’s Exhibtion “The God Damn Beauty Of It All”

New Music

FAULT Magazine Weekly Playlist: Audien

  • 1
  • …
  • 237
  • 238
  • 239
  • 240
  • 241
  • …
  • 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; }); }); });