Cannes Designer Watch 2017: Stars Stun In Saint Laurent Winter Collection
Anja Rubik
Eva Herzigova
Arnaud Valois
Robin Wright
Yang Yang
Laetitia Casta
Prune Nourry and JR
Josh Kaye
Isabelle Huppert
Elodie Bouchez
Devon Bostick
Charlotte Gainsbourg
Charlotte Casiraghi
Celine Sallette
Catherine Deneuve
Beatrice Dalle
Arnaud Valois
Arnaud Valois
Anja Rubik
Charlotte Gainsbourg
Related
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;
});
});
});