ID, 'portfolio_category' ); $portfolio_term_list = null; if( is_array($portfolio_terms) ) { $count = 0; foreach( $portfolio_terms as $portfolio_term ) { if ( $count > 0 ) { $portfolio_term_list .= ' '; } $portfolio_term_list .= $portfolio_term->term_id; $count++; } } ?>
> 'card-img-top img-fluid' ) ); } else { the_post_thumbnail( 'bigwigs-featured-v', array( 'class' => 'card-img img-fluid' ) ); } ?>
', '' ); ?>
ID, 'portfolio_category' ); if( is_array($portfolio_terms) ) { $portfolio_term_list = array(); foreach( $portfolio_terms as $portfolio_term ) { $portfolio_term_list[] = $portfolio_term->name; } } $portfolio_term_list = join( ' · ', $portfolio_term_list ); echo esc_html( $portfolio_term_list ); ?>