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

latest

Fashion

‘Flying the Flag’: Christoph Köstlin’s FAULT

Fashion

‘Femme Fatale’ – Jenny Brough for FAULT Issue 14

Fashion

Daisy Lowe: Behind the Scenes for FAULT Issue 14

Fashion

FAULT Focus: British Designer Corrie Nielsen

Fashion

The Minimalist

Fashion

‘The Sensualist’ – exclusive for FAULT Online

Fashion

Hollie May Saker – exclusive shoot for FAULT Online

Fashion

INFRA – Michael Taylor’s FAULT

Fashion

À la carte – Stella Bonasoni’s FAULT

Fashion

The Visit – Ivan Balderramo’s FAULT

Fashion

Hard-Edged

Fashion

Retro Revivial

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