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

Nothing found.

latest

Fashion

Astrid Andersen – LCM SS15

Uncategorized

FAULT Online Interviews the crowd at Parklife festival

Fashion

FAULT ONLINE FASHION EXCLUSIVE BY Catherine Harbour

Fashion

Silent Shout – Online Exclusive by Karolina Amberville

New Music

Ameriie – exclusive interview and photoshoot for FAULT Online

Uncategorized

FAULT Favourite photographic artist Christy Lee Rogers launches new series, ‘ÉLAN’, with June solo show in London

Live

LXN Exclusive Festival Coverage for FAULT Magazine

Exclusive

FAULT FUTURE: Alexa Goddard

Addenda

Why Online Logo Creation Tools Could be the Best Business Decision You Have Ever Made

Fashion

An Affair in Alloy – Christopher Polack’s FAULT

Fashion

‘Mortal Struggle’ – an original fashion illustration series by Hiroyuki Kikuchi

New Music

Ella Eyre announces new single ‘If I Go’, available 6th July

  • 1
  • …
  • 269
  • 270
  • 271
  • 272
  • 273
  • …
  • 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; }); }); });