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

latest

Fashion

‘Urban Geisha’

Fashion

LCM roundup: SS’ 14 Menswear – Tuesday 18th June

Fashion

LCM roundup: SS’ 14 Menswear – Monday 17th June

Fashion

LCM roundup: SS’ 14 Menswear – Sunday, 16th June

Fashion

‘Walking on Broken Glass’ – shot by Alberto Tandoi exclusively for FAULT Online

Fashion

Trans-European collaboration to promote student designers – FAULT reviews the recent Fashion Culture competition in Poland

Fashion

‘Love Anna P’ by Ivan Balderramo

Fashion

‘Dark Secret’: Julie Nagel’s FAULT

Fashion

‘Tribals’: Behind the Scenes of a FAULT Exclusive fashion shoot with Studio Eclumes

Fashion

FAULT Focus: Internationally renowned designer Tadashi Shoji for FAULT Issue 14

Fashion

Sports Star

Fashion

Dots and Dashes

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