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