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

latest

Fashion

FIRST LOOK, NYFW DAY (2): Novis SS15

Runway

NYFW SEPTEMBER ’15: DAY (2) SS15

Fashion

FAULT MAGAZINE BACKSTAGE @ NYFW – CHROMAT SS15

Runway

NYFW SEPTEMBER ’15: DAY (1) SS15

Fashion

FAULT Magazine Attends VFILES NYFW Launch Party @ Webster Hall

Fashion

FAULT Favourite: The Hot Child jeans – a uniquely designed product specifically for men

Fashion

Dannii Minogue – exclusive shoot for FAULT Issue 18’s reversible cover

Fashion

FAULT MAGAZINE BACKSTAGE BERLIN FASHION WEEK – Franziska Michael

Fashion

OneRepublic’s Ryan Tedder – first look at our exclusive Men’s section cover shoot for FAULT Issue 18

Fashion

FAULT Magazine backstage Berlin Fashion Week – Augustin Teboul

Fashion

Pixie Lott – first look at our exclusive shoot for FAULT Issue 18’s front cover

Fashion

FAULT Issue 18 – The RAW Issue – is now available to pre-order

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