'post', 'posts_per_page' => 6, 'cat' => $works_categories, 'ignore_sticky_posts' => 1, ); $works_query = new WP_Query( $works_args ); if($works_query->have_posts()): ?>
  • term_id, $categories ) ) : ?>
  • name ); ?>
have_posts() ) : $works_query->the_post(); $post_id = get_the_ID(); $terms = wp_get_post_terms( absint($post_id), 'category'); $post_terms = ''; foreach( $terms as $term ) { $post_terms .= $term->slug.' '; } ?>