'-1', // No Uncategorized 'posts_per_page' => '-1', // Show all posts ); $query = new WP_Query( $queryArgs ); // Start the Loop if ( $query->have_posts() ) { while ( $query->have_posts() ) { $query->the_post(); // If this posts has a thumbanail, // Then, we have to get the curent categorie for that post if ( has_post_thumbnail() ) { $slugs = ''; $currentCategories = get_the_category(); foreach ( $currentCategories as $currentCategory ) { $slugs .= ' ' . $currentCategory->slug; } ?>
'img-responsive' ) ); ?>