>

'', 'link_before' => '', 'link_after' => '', )); ?>
'cases', 'post_status' => 'publish', 'posts_per_page' => 3, 'post__not_in' => array(get_the_ID()), 'tax_query' => array( array( 'taxonomy' => 'case_category', 'field' => 'term_id', 'terms' => $category_ids, 'operator' => 'IN' ) ), 'orderby' => 'rand' ); $related_query = new WP_Query($related_args); if ($related_query->have_posts()) : ?>