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

latest

Glaw Berlin Fashion Week

Runway

FAULT Faves from MBFWB Day 3

Marc Cain Berlin Fashion Week

Runway

FAULT Faves from MBFWB Day 2

Campaign

PLAKINGER: the new Shanghai campaign for FAULT Favourite emerging designers’ AW ’14-15 collection

SADAK Berlin Fashion Week

Runway

FAULT Faves From MBFWB Day 1

Fashion

New FAULT photography piece – Eva Tuerbl’s FAULT

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

Runway

FAULT Faves from LC:M Day 3

Fashion

LC:M DAY 3 – EDITORS PICK

Fashion

FAULT Faves from LC:M Day 2

Load more

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