publish; $args = array( 'post_type' => 'busiprof_clientstrip','posts_per_page'=>$count_posts ) ; $clientstrip = new WP_Query( $args ); if( $clientstrip->have_posts() ) { while ( $clientstrip->have_posts() ) : $clientstrip->the_post(); $client_link = sanitize_text_field( get_post_meta( get_the_ID(), 'client_link', true )); ?>