'tbtc_testimonials', 'post_status' => 'publish', 'posts_per_page' => $testimonial_per_page ); $loop = new WP_Query( $args ); global $post, $wp_query; if ( $loop->have_posts() ) { while ( $loop->have_posts() ) : $loop->the_post(); $postID = get_the_ID(); $custom = get_post_custom(get_the_ID()); if (!empty($custom)){ if(isset($custom['tbtc_designation'])){ $tbtc_designation = $custom['tbtc_designation'][0]; } } ?>