'blossom-portfolio', 'posts_status' => 'publish', 'posts_per_page' => 3, 'post__not_in' => array( get_the_ID() ), 'orderby' => 'rand' ); $qry = new WP_Query( $args ); if( $qry->have_posts() ){ ?> '; ?>
have_posts() ){ $qry->the_post(); ?>
' . $term_list . '
'; the_title( '' ); ?>