name); ?>
'portfolio',
'posts_per_page' => -1,
'portfolio-type' => $term->slug
);
$query = new WP_Query( $args );
while ( $query->have_posts() ) : $query->the_post(); ?>
ID, 'portfolio-type' );
$term_list = '';
if( is_array($terms) ) {
foreach( $terms as $term ) {
$term_list .= $term->slug;
$term_list .= ' ';
}
}
?>
- >