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

Nothing found.

latest

Campaign

Balenciaga SS15 campaign

Fashion

LC:M DAY 4 – EDITORS PICK

Fashion

FAULT Faves from LC:M Day 4

Fashion

FAULT Online exclusive – Eric Marillier’s FAULT

Addenda,Fault Focus,Music

FAULT Focus: how to build a career as an indie musician – and actually get paid for your craft

Runway

FAULT Faves from LC:M Day 3

Fashion

LC:M DAY 3 – EDITORS PICK

Fashion

FAULT Faves from LC:M Day 2

Fashion

LC:M DAY 2 – EDITOR’S PICK

Fashion

LC:M DAY 1- EDITOR’S PICK

Fashion

FAULT Faves from LCM Day 1

Fashion

Adamo de Paxs’ FAULT – ‘A Tall Tail’ Exclusive for FAULT Online

  • 1
  • …
  • 256
  • 257
  • 258
  • 259
  • 260
  • …
  • 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; }); }); });