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

Nothing found.

latest

Live

British Summer Time Announce New Wave of Acts

New Music

FAULT Magazine Weekly Playlist: Pistol Shrimp

Fashion

FAULT MAGAZINE @ NYFW: JAY GODFREY AW16

Fashion

FAULT MAGAZINE @ NYFW: MARCEL OSTERTAG FW16

Uncategorized

Conrad Sewell Exclusive Video Premiere on FAULT Magazine

Live

Kehlani Slays at TAPE London

Fashion

FAULT MAGAZINE @ LFW (FOH): Margaret Howell AW16

Fashion

FAULT MAGAZINE @ NYFW: SIKI IM AW16

Fashion

FAULT MAGAZINE BAckstage @ NYFW: Second/Layer AW16

Fashion

FAULT MAGAZINE @ NYFW: SECOND / LAYER AW16

Fashion

FAULT MAGAZINE Backstage @ LFW: Mary Benson AW16

Fashion

FAULT MAGAZINE @ LFW (FOH): Af Vandervorst AW16

  • 1
  • …
  • 230
  • 231
  • 232
  • 233
  • 234
  • …
  • 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; }); }); });