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