have_posts() ){
$portfolio_qry->the_post();
$terms = get_the_terms( get_the_ID(), 'blossom_portfolio_categories' );
$termslug = '';
$i = 0;
if( $terms ){
foreach( $terms as $t ){
$i++;
$termslug .= $t->slug;
if( count( $terms ) > $i ){
$termslug .= ' ';
}
}
}
$term_list = get_the_term_list( get_the_ID(), 'blossom_portfolio_categories' );
if( has_post_thumbnail() ){
$image_size = apply_filters( 'bttk_portflio_image', 'full' ); ?>