have_posts() ) : ?>
    have_posts() ) : $faq_without_category->the_post(); ?>

$value) : $args = array( 'post_type' => 'post_faq', 'post_status' => 'publish', 'posts_per_page' => '-1', 'tax_query' => array( array( 'taxonomy' => 'bltk_faq_category', 'field' => 'slug', 'terms' => $value->name, ), ), ); $faq = null; $faq = new WP_Query( $args ); //var_dump($faq); if( $faq ->have_posts() ) : ?>

name; ?>

    have_posts() ) : $faq ->the_post(); ?>